Files
opensearch-pyd/tox.ini
T
Marc Abramowitz 957792cc26 tox.ini: Add py34
2015-01-27 16:52:54 +01:00

10 lines
187 B
INI

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