Files
opensearch-pyd/tox.ini
T

10 lines
182 B
INI
Raw Normal View History

[tox]
envlist = pypy,py26,py27,py33
[testenv]
whitelist_externals = git
2013-09-02 22:47:28 -05:00
setenv =
NOSE_XUNIT_FILE = junit-{envname}.xml
commands =
git submodule init
python setup.py test