Skip to content

Commit

Permalink
Add tests for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
marv committed Feb 1, 2020
1 parent 40a4abd commit 656e546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ environment:
- TOXENV: "py37-pytest30"
- TOXENV: "py37-pytest31"
- TOXENV: "py37-pytest4"
- TOXENV: "py38-pytest31"
- TOXENV: "py38-pytest4"

install:
- echo Installed Pythons
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
# Skip py37-pytest29 as such a combination does not work (#192)
envlist=py{27,34,35,36}-pytest{29,30,31,4},py37-pytest{30,31,4}
envlist=py{27,34,35,36}-pytest{29,30,31,4},py37-pytest{30,31,4},py38-pytest{31,4}

[testenv]
commands=
Expand Down

0 comments on commit 656e546

Please sign in to comment.