Files
opensearch-pyd/tox.ini
T

10 lines
197 B
INI
Raw Normal View History

[tox]
2017-08-15 10:44:13 -04:00
envlist = pypy,py26,py27,py33,py34,py35,py36
[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