Skip to content

Commit

Permalink
Add python 3.8 test CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed May 6, 2020
1 parent 8981f54 commit 02ff5c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ jobs:
- image: circleci/python:3.7
environment:
TOXENV: py37-core
py38-core:
<<: *common
docker:
- image: circleci/python:3.8
environment:
TOXENV: py38-core

workflows:
version: 2
test:
Expand All @@ -68,3 +75,4 @@ workflows:
- py35-core
- py36-core
- py37-core
- py38-core
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist=
py{35,36,37}-core
py{35,36,37,38}-core
lint

[flake8]
Expand All @@ -19,6 +19,7 @@ basepython =
py35: python3.5
py36: python3.6
py37: python3.7
py38: python3.8

[testenv:lint]
basepython=python
Expand Down

0 comments on commit 02ff5c6

Please sign in to comment.