Commit f2937af2 authored by jay's avatar jay
Browse files

Modifications to .travis tofix builds

parent da4f87c8
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -39,13 +39,9 @@ before_install:
  # Install dependencies
  - conda config --add channels conda-forge
  - conda config --set ssl_verify false
  - conda install -c conda-forge vlfeat scipy networkx numexpr cython matplotlib pillow runipy geopandas opencv numpy libgdal gdal scikit-image
  - conda install -c menpo cyvlfeat
  - conda install -c usgs-astrogeology plio
  
  # Development installation
  - conda install -c conda-forge pytest pytest-cov coverage anaconda-client
  - pip install coveralls
  - 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

script:
  - pytest autocnet tests