Files
2013-11-19 19:47:58 +00:00

13 lines
203 B
INI

[tox]
envlist = py26,py27,py32,py33
[testenv]
commands=py.test --junitxml=junit-{envname}.xml
deps = pytest
args
[testenv:pypy]
basepython=/usr/bin/pypy-c
[testenv:py3]
basepython=/usr/bin/python3