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

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Nov 9, 2019
1 parent c86f408 commit 605c6bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -3,11 +3,9 @@ sudo: true
language: python
python:
- "3.7"
before-install:
install:
- apt-get install proj-bin proj-data
- apt-get install libgeos-dev libproj-dev
install:
- pip install -r requirements.txt

script:
- python ./setup.py unittests
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -20,7 +20,7 @@ install:
- "%PYTHON%\\Scripts\\pip install pymyinstall"
- "%PYTHON%\\Scripts\\pymy_install3 --set=pyquickhelper"
- "%PYTHON%\\Scripts\\pip install pyquickhelper jyquickhelper"
- "%PYTHON%\\Scripts\\pymy_install3 cartopy pyproj"
- "%PYTHON%\\Scripts\\pymy_install3 cartopy pyproj shapely"
- "%PYTHON%\\Scripts\\pip install -r requirements.txt"

build: off
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Expand Up @@ -7,4 +7,6 @@ numpy
pandas
pyproj
pyquickhelper
scipy
shapely
wheel
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -154,5 +154,5 @@ def write_version():
packages=packages,
package_dir=package_dir,
package_data=package_data,
requires=['cartopy', 'pyproj'],
requires=['cartopy', 'pyproj', 'shapely', 'scipy'],
)

0 comments on commit 605c6bf

Please sign in to comment.