Files
clint/tox.ini
T
star:Kenneth Reitz 6f106e2f12 toxic
2011-04-01 10:05:55 -04:00

12 lines
193 B
INI

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