2013-09-02 20:57:59 -05:00
|
|
|
[tox]
|
2013-09-02 22:09:15 -05:00
|
|
|
envlist = pypy,py26,py27,py33
|
2013-09-02 20:57:59 -05:00
|
|
|
[testenv]
|
2013-09-23 17:12:14 +02:00
|
|
|
whitelist_externals = git
|
2013-09-02 22:47:28 -05:00
|
|
|
setenv =
|
|
|
|
|
NOSE_XUNIT_FILE = junit-{envname}.xml
|
2013-09-23 17:12:14 +02:00
|
|
|
commands =
|
|
|
|
|
git submodule init
|
|
|
|
|
python setup.py test
|