Loading .travis.yml +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.travis.yml +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading