Skip to content

Commit

Permalink
update circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 21, 2018
1 parent 61e7c6d commit bcf6571
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .circleci/config.yml
Expand Up @@ -38,18 +38,22 @@ jobs:
name: Install InkScape
command: |
sudo apt-get install -y inkscape
- run:
name: Install graphviz
command: |
sudo apt-get install -y graphviz
- run:
name: Install geos, proj for cartopy
command: |
pip install cython
- run:
name: Install geos, proj for cartopy
command: |
sudo apt-get -qq update
sudo apt-get install -y libproj-dev proj-bin proj-data
pip install cython
pip install git+https://github.com/jswhit/pyproj.git
sudo apt-get install -y libc6
sudo apt-get install libgeos-dev
Expand Down

0 comments on commit bcf6571

Please sign in to comment.