Skip to content

Commit

Permalink
Update .circleci/config.yml to build on python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dleehr committed Sep 16, 2019
1 parent dee2f04 commit a1ea387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/python:3.6
- image: circleci/python:3.7
working_directory: ~/calrissian
steps:
- checkout
Expand All @@ -25,7 +25,7 @@ jobs:
nose2
deploy:
docker:
- image: circleci/python:3.6
- image: circleci/python:3.7
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit a1ea387

Please sign in to comment.