Skip to content

Commit

Permalink
install cython and pyproj via conda
Browse files Browse the repository at this point in the history
  • Loading branch information
njwilson23 committed Sep 12, 2016
1 parent 63a901c commit 2ac3089
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ before_install:
- "conda info -a"

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

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

0 comments on commit 2ac3089

Please sign in to comment.