Skip to content

Commit

Permalink
Fix CircleCI for Python 3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Jun 19, 2020
1 parent 686e539 commit 3607aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

test-3.6:
docker:
- image: circleci/python:3.6
- image: circleci/python:3.6-stretch
environment:
- WORKON_HOME: "~/.venvs"
working_directory: ~/repo
Expand Down

0 comments on commit 3607aae

Please sign in to comment.