Loading .travis.yml +2 −5 Original line number Diff line number Diff line Loading @@ -35,12 +35,9 @@ before_install: - python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)" install: - conda config --add channels conda-forge - conda config --add channels usgs-astrogeology - conda install -c conda-forge libgdal gdal numpy pyproj h5py pvl scipy protobuf affine jinja2 networkx pandas sqlalchemy pyyaml - conda install -c usgs-astrogeology usgscam # Development installation - conda install -q pytest pytest-cov sh coveralls nbsphinx - conda config --add channels conda-forge - conda install libgdal gdal numpy pyproj h5py pvl scipy protobuf affine jinja2 networkx pandas sqlalchemy pyyaml ncurses usgscam pytest pytest-cov sh coveralls nbsphinx script: - pytest --cov=plio Loading Loading
.travis.yml +2 −5 Original line number Diff line number Diff line Loading @@ -35,12 +35,9 @@ before_install: - python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)" install: - conda config --add channels conda-forge - conda config --add channels usgs-astrogeology - conda install -c conda-forge libgdal gdal numpy pyproj h5py pvl scipy protobuf affine jinja2 networkx pandas sqlalchemy pyyaml - conda install -c usgs-astrogeology usgscam # Development installation - conda install -q pytest pytest-cov sh coveralls nbsphinx - conda config --add channels conda-forge - conda install libgdal gdal numpy pyproj h5py pvl scipy protobuf affine jinja2 networkx pandas sqlalchemy pyyaml ncurses usgscam pytest pytest-cov sh coveralls nbsphinx script: - pytest --cov=plio Loading