Files
opensearch-pyd/tox.ini
T
Jon Banafato cf4f23c3bc Add Python 3.5 and 3.6 to tox.ini (#613)
Bring `tox.ini` up to date with `setup.py` and `.travis.yml`.
2017-08-15 15:44:13 +01:00

10 lines
197 B
INI

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