From 57e91262cdef73d6c70032b93a331965617003e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 29 Mar 2019 15:37:22 +0100 Subject: [PATCH] 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. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 297d80e..9bbe1a9 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =