Commit c94126a8 authored by jcwbacker's avatar jcwbacker
Browse files

Updated travis and requirements documents to include networkx.

parent 3bad0516
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ install:
  - conda info -a

  # Create a virtual env and install dependencies
  - conda create -y -q -n test-env python=$TRAVIS_PYTHON_VERSION nose gdal numpy scipy pandas
  - conda create -y -q -n test-env python=$TRAVIS_PYTHON_VERSION nose gdal numpy scipy pandas networkx
  # Activate the env
  - source activate test-env

+2 −1
Original line number Diff line number Diff line
@@ -3,3 +3,4 @@ scipy
gdal>=2.0
pvl>=0.2.0
protobuf==3.0.0b2
networkx