Add Python 3.8 to tox.ini

Otherwise we get:

    Matching undeclared envs is deprecated.
    Be sure all the envs that Tox should run are declared in the tox config.
This commit is contained in:
Miro Hrončok
2019-03-29 15:37:22 +01:00
committed by Dave Halter
parent 476383cca9
commit 57e91262cd

View File

@@ -1,5 +1,5 @@
[tox]
envlist = {py27,py33,py34,py35,py36,py37,pypy}{,-coverage}
envlist = {py27,py33,py34,py35,py36,py37,py38,pypy}{,-coverage}
[testenv]
extras = testing
deps =