Files
opensearch-pyd/tox.ini
T

10 lines
187 B
INI
Raw Normal View History

[tox]
2015-01-26 13:47:08 -08:00
envlist = pypy,py26,py27,py33,py34
[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