Skip to content

Commit 36bf7f5

Browse files
committed
tox: Add py3.8 to the mix
1 parent 6cd2e7d commit 36bf7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
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,35,36}-pytest{29,30,31,4},py37-pytest{30,31,4}
3+
envlist=py{27,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)