7 lines
129 B
INI
7 lines
129 B
INI
[tox]
|
|
envlist = pypy,py26,py27,py33
|
|
[testenv]
|
|
setenv =
|
|
NOSE_XUNIT_FILE = junit-{envname}.xml
|
|
commands = python setup.py test
|