tox.ini: Add py38 to the tests

This commit is contained in:
Christian Clauss 2019-12-30 12:11:09 +01:00 committed by GitHub
parent cf92036374
commit 79a26fcee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py27, py34, py35, py36, py37, pypy
envlist = py27, py34, py35, py36, py37, py38, pypy
[testenv]
commands = py.test -vv