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 1da0522 commit 567112c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .appveyor.yml
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
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ python:
- '3.5'
- '3.6'
- '3.7'
- '3.8'
# - 'pypy2.7-6.0'
- 'pypy3.5-6.0'

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -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 567112c

Please sign in to comment.