Commit 7d682cdf authored by jay's avatar jay
Browse files

Updates travis to single install step

parent 9d22ff79
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -37,11 +37,10 @@ before_install:
  - source activate test

  # Install dependencies
  - conda config --add channels menpo
  - conda config --add channels usgs-astrogeology
  - conda config --add channels conda-forge
  - conda config --set ssl_verify false
  - conda install -c usgs-astrogeology plio
  - conda install -c conda-forge vlfeat scipy networkx numexpr cython matplotlib pillow runipy geopandas opencv numpy libgdal gdal scikit-image pytest pytest-cov coverage anaconda-client coveralls
  - conda install -c menpo cyvlfeat
  - conda install -c conda-forge vlfeat scipy networkx numexpr cython matplotlib pillow runipy geopandas opencv numpy libgdal gdal scikit-image pytest pytest-cov coverage anaconda-client coveralls plio cyvlfeat

script:
  - pytest autocnet tests