Commit d87f3146 authored by jay's avatar jay
Browse files

updating environment.yml and travis to use env.yml

parent 03bf8f4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ before_install:
  - conda config --add channels menpo
  - conda config --add channels usgs-astrogeology
  - conda config --add channels conda-forge
  - conda install -c conda-forge numpy vlfeat scipy networkx numexpr cython matplotlib pillow runipy geopandas opencv libgdal gdal scikit-image pytest pytest-cov coverage anaconda-client coveralls plio cyvlfeat ncurses csmapi
  - conda env update -n test -f environment.yml

script:
  - pytest autocnet tests
+13 −18
Original line number Diff line number Diff line
name: autocnet
channels:
  - usgs-astrogeology
  - conda-forge
  - jlaura
  - usgs-astrogeology
  - menpo
dependencies:
  - python=3
  - cython
  - matplotlib
  - dill
  - jupyter
  - networkx
  - numexpr
  - pandas
  - geopandas
  - shapely
  - pyyaml
  - numpy
  - scipy
  - sqlalchemy
  - plio
  - pip:
  - scikit-image
  - vlfeat
  - cyvlfeat
  - csmapi
  - networkx
  - pillow
    - pvl
    - libpysal
    - protobuf
  - plio
  - geopandas
  - pytest
  - pytest-cov
  - coveralls
  - anaconda-client