Skip to content

Commit

Permalink
back to python 3.6 on CI
Browse files Browse the repository at this point in the history
pyproj not available on python 3.7
  • Loading branch information
sdpython committed Jul 22, 2018
1 parent 5adc364 commit 0c75a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs: jobs:
build: build:
docker: docker:
- image: circleci/python:3.7.0 - image: circleci/python:3.6.5


working_directory: ~/repo working_directory: ~/repo


Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist: xenial
sudo: true sudo: true
language: python language: python
python: python:
- "3.7" - "3.6"
addons: addons:
- apt: - apt:
- packages: - packages:
Expand Down

0 comments on commit 0c75a79

Please sign in to comment.