9 lines
174 B
INI
9 lines
174 B
INI
[tox]
|
|
envlist = pypy,py27,py34,py35,py36,py37,py38
|
|
[testenv]
|
|
whitelist_externals = git
|
|
setenv =
|
|
NOSE_XUNIT_FILE = junit-{envname}.xml
|
|
commands =
|
|
python setup.py test
|