From b6cb75f46ae0dd59da08b0e71947dd7cefbe422d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Sun, 22 Dec 2019 15:25:45 +0100 Subject: [PATCH] updated tox.ini --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index b8cb4eac..ad2333b6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,8 @@ [tox] -envlist = pypy,py26,py27,py33,py34,py35,py36,py37 +envlist = pypy,py27,py34,py35,py36,py37,py38 [testenv] whitelist_externals = git setenv = NOSE_XUNIT_FILE = junit-{envname}.xml commands = - git submodule init python setup.py test