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 May 10, 2020
1 parent 63c200e commit 8fd6619
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
17 changes: 1 addition & 16 deletions .circleci/config.yml
Expand Up @@ -39,23 +39,7 @@ jobs:
- run:
name: Install libproj
command: |
# requires libstdc++6 >= 9
sudo apt-get install -y libgeos-dev libproj-dev proj-data graphviz
export PYPROJMAJVER=15
export PYPROJVERSION=6.3.1-1
# export PYPROJMAJVER=19
#export PYPROJVERSION=7.0.1-1
#wget http://es.archive.ubuntu.com/ubuntu/pool/universe/p/proj/libproj${PYPROJMAJVER}_${PYPROJVERSION}_amd64.deb
#sudo dpkg -i libproj${PYPROJMAJVER}_${PYPROJVERSION}_amd64.deb
#wget http://es.archive.ubuntu.com/ubuntu/pool/universe/p/proj/libproj-dev_${PYPROJVERSION}_amd64.deb
#sudo dpkg -i libproj-dev_${PYPROJVERSION}_amd64.deb
#- run:
# name: Install pyproj (2)
# command: |
# python3 -m venv venv
# . venv/bin/activate
# sudo pip install git+https://github.com/pyproj4/pyproj.git
- run:
name: Install standard libraries
Expand All @@ -70,6 +54,7 @@ jobs:
python3 -m venv venv
. venv/bin/activate
pip3 install pyproj
pip3 uninstall -y shapely
pip3 install --no-binary shapely shapely
pip3 install cartopy
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,6 @@ python:
before_install:
- sudo apt-get install libgeos-dev libproj-dev proj-data graphviz libgfortran3 libblas-dev liblapack-dev
install:
#- pip install git+https://github.com/SciTools/cartopy.git
- pip install -r requirements.txt
- pip uninstall -y shapely
- pip install --no-binary shapely shapely
Expand Down

0 comments on commit 8fd6619

Please sign in to comment.