Skip to content

Commit

Permalink
upgrade gdal requirements in travis yaml
Browse files Browse the repository at this point in the history
also, install cython and pyproj via conda
  • Loading branch information
njwilson23 committed Sep 12, 2016
1 parent 176e68c commit 26aefd4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ before_install:
- "conda info -a"

install:
- "conda create --yes -n test-environment python=$TRAVIS_PYTHON_VERSION numpy pip gdal==2 libgdal==2"
- "source activate test-environment"
#- "pip install -U setuptools"
- "pip install coveralls"
- "pip install Cython"
- "conda create --yes -n test-env python=$TRAVIS_PYTHON_VERSION pip numpy>=1.7 cython>=0.24 pyproj>=1.9 gdal>=2.1 libgdal>=2.1 coverage"
- "source activate test-env"
- "pip install -r requirements.txt"
- "pip install shapely" # used to verify __geo_interface__
- "pip install ."
- "pip install coveralls"
- "pip install . --no-deps"

script:
coverage run --source=karta tests/runtests.py
Expand Down

0 comments on commit 26aefd4

Please sign in to comment.