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 afff31e commit c86f408
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Expand Up @@ -3,13 +3,9 @@ sudo: true
language: python
python:
- "3.7"
addons:
- apt:
- packages:
- libgeos-dev
- libproj-dev
- proj-bin
- proj-data
before-install:
- apt-get install proj-bin proj-data
- apt-get install libgeos-dev libproj-dev
install:
- pip install -r requirements.txt

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -20,6 +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\\pip install -r requirements.txt"

build: off
Expand Down
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -25,6 +25,8 @@ jobs:
displayName: 'Install Graphviz'
- script: python -m pip install --upgrade pip setuptools wheel
displayName: 'Install tools'
- script: sudo apt-get install -y proj-bin proj-data libgeos-dev libproj-dev
displayName: 'Install proj'
- script: pip install -r requirements.txt
displayName: 'Install Requirements'
- script: |
Expand Down Expand Up @@ -55,6 +57,8 @@ jobs:
architecture: 'x64'
- script: python -m pip install --upgrade pip setuptools wheel
displayName: 'Install tools'
- script: brew install -y proj-bin proj-data libgeos-dev libproj-dev
displayName: 'Install proj'
- script: pip install -r requirements.txt
displayName: 'Install Requirements'
- script: |
Expand Down

0 comments on commit c86f408

Please sign in to comment.