Skip to content

Commit 656e546

Browse files
committed
Add tests for Python 3.8
1 parent 40a4abd commit 656e546

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ environment:
1616
- TOXENV: "py37-pytest30"
1717
- TOXENV: "py37-pytest31"
1818
- TOXENV: "py37-pytest4"
19+
- TOXENV: "py38-pytest31"
20+
- TOXENV: "py38-pytest4"
1921

2022
install:
2123
- echo Installed Pythons

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
# Skip py37-pytest29 as such a combination does not work (#192)
3-
envlist=py{27,34,35,36}-pytest{29,30,31,4},py37-pytest{30,31,4}
3+
envlist=py{27,34,35,36}-pytest{29,30,31,4},py37-pytest{30,31,4},py38-pytest{31,4}
44

55
[testenv]
66
commands=

0 commit comments

Comments
 (0)