Files
tablib/tox.ini
T
2011-03-23 02:23:43 -04:00

14 lines
223 B
INI

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