Files
opensearch-pyd/tox.ini
T
2013-09-23 17:12:14 +02:00

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