10 lines
182 B
INI
10 lines
182 B
INI
[tox]
|
|
envlist = pypy,py26,py27,py33
|
|
[testenv]
|
|
whitelist_externals = git
|
|
setenv =
|
|
NOSE_XUNIT_FILE = junit-{envname}.xml
|
|
commands =
|
|
git submodule init
|
|
python setup.py test
|