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

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 9, 2020
1 parent c1dcb11 commit 4fcddb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/python:3.8.1
- image: circleci/python:3.8.2

working_directory: ~/repo

Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,9 +3,9 @@ sudo: true
language: python
python:
- "3.7"
- "3.8"
before_install:
- sudo apt-get install proj-bin proj-data
- sudo apt-get install libgeos-dev libproj-dev
- sudo apt-get install libgeos-dev libproj-dev proj-data build-dep graphviz libgfortran3 libblas-dev liblapack-dev
install:
- pip install scipy matplotlib cython shapely pyproj
#- pip install git+https://github.com/SciTools/cartopy.git
Expand Down

0 comments on commit 4fcddb9

Please sign in to comment.