Skip to content

Commit

Permalink
Try libtiff limit again
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Mar 20, 2020
1 parent 0c5a8a9 commit 199a392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
- NUMPY_VERSION=stable
- MAIN_CMD='python setup.py'
- CONDA_DEPENDENCIES='xarray dask toolz Cython pykdtree sphinx cartopy rasterio pillow matplotlib
pyyaml pyproj coveralls configobj coverage codecov pytest pytest-cov "libtiff<4.1"'
pyyaml pyproj coveralls configobj coverage codecov pytest pytest-cov'
- SETUP_XVFB=False
- EVENT_TYPE='push pull_request'
- SETUP_CMD='test'
Expand All @@ -26,6 +26,7 @@ matrix:
install:
- git clone --depth 1 git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda.sh
- conda install -y "libtiff<4.1"
- pip install --no-deps -e .
script:
- pytest --cov=pyresample pyresample/test
Expand Down

0 comments on commit 199a392

Please sign in to comment.