Skip to content

Commit

Permalink
add placeholder for Python3.8 testing in CircleCI config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Leighton Pritchard committed Nov 2, 2019
1 parent 1e08f9b commit bc7c72e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ workflows:
jobs:
- test-3_7
- test-3_6
# - test-3_8

jobs:
test-3_7: &test-template
Expand Down Expand Up @@ -82,8 +83,11 @@ jobs:
- codecov/upload:
file: .coverage.xml


test-3_6:
<<: *test-template
docker:
- image: circleci/python:3.6.8
# test-3_8:
# <<: *test-template
# docker:
# - image: circleci/python:3.8.0

0 comments on commit bc7c72e

Please sign in to comment.