Skip to content

Commit

Permalink
Run tests on py38 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
gsalgado committed May 28, 2020
1 parent 4cac195 commit 75fc805
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ 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 +74,4 @@ workflows:
- lint
- 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{36,37}-core
py{36,37,38}-core
lint
doctest

Expand Down Expand Up @@ -28,6 +28,7 @@ basepython =
doctest: python
py36: python3.6
py37: python3.7
py38: python3.8
extras=
test
doctest: doc
Expand Down

0 comments on commit 75fc805

Please sign in to comment.