Files
opensearch-pyd/tox.ini
T

9 lines
174 B
INI
Raw Normal View History

[tox]
2019-12-22 15:25:45 +01:00
envlist = pypy,py27,py34,py35,py36,py37,py38
[testenv]
whitelist_externals = git
2013-09-02 22:47:28 -05:00
setenv =
NOSE_XUNIT_FILE = junit-{envname}.xml
commands =
python setup.py test