Skip to content

Commit

Permalink
Test py38 instead of py35 on CircleCI (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
my8100 committed Mar 1, 2020
1 parent 62c0451 commit ed7948b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,21 +79,21 @@ jobs:
docker:
- image: circleci/python:2.7

py35:
py36:
<<: *test-template
docker:
- image: circleci/python:3.5
- image: circleci/python:3.6

py36:
py38:
<<: *test-template
docker:
- image: circleci/python:3.6
- image: circleci/python:3.8

workflows:
test:
jobs:
- py27:
is-py27: true
- py35
- py36
- py37
- py38

0 comments on commit ed7948b

Please sign in to comment.