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