Loading .travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading requirements.txt +2 −1 Original line number Diff line number Diff line Loading @@ -3,3 +3,4 @@ scipy gdal>=2.0 pvl>=0.2.0 protobuf==3.0.0b2 networkx Loading
.travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
requirements.txt +2 −1 Original line number Diff line number Diff line Loading @@ -3,3 +3,4 @@ scipy gdal>=2.0 pvl>=0.2.0 protobuf==3.0.0b2 networkx