updated tox.ini
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = pypy,py26,py27,py33,py34,py35,py36,py37
|
envlist = pypy,py27,py34,py35,py36,py37,py38
|
||||||
[testenv]
|
[testenv]
|
||||||
whitelist_externals = git
|
whitelist_externals = git
|
||||||
setenv =
|
setenv =
|
||||||
NOSE_XUNIT_FILE = junit-{envname}.xml
|
NOSE_XUNIT_FILE = junit-{envname}.xml
|
||||||
commands =
|
commands =
|
||||||
git submodule init
|
|
||||||
python setup.py test
|
python setup.py test
|
||||||
|
|||||||
Reference in New Issue
Block a user