Commit 1d79f9f8 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update .travis.yml

parent 8e1aa28d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -38,10 +38,10 @@ before_install:

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