Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Nov 9, 2019
1 parent ef9289b commit 5c31bb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,8 @@ before_install:
- sudo apt-get install libgeos-dev libproj-dev
install:
- pip install scipy matplotlib cython shapely pyproj
- pip install git+https://github.com/SciTools/cartopy.git
#- pip install git+https://github.com/SciTools/cartopy.git
pip install cartopy
- pip install -r requirements.txt
script:
- python ./setup.py unittests

0 comments on commit 5c31bb8

Please sign in to comment.