Files
opensearch-pyd/tox.ini
T
2019-12-22 16:32:49 +01:00

9 lines
174 B
INI

[tox]
envlist = pypy,py27,py34,py35,py36,py37,py38
[testenv]
whitelist_externals = git
setenv =
NOSE_XUNIT_FILE = junit-{envname}.xml
commands =
python setup.py test