Files
tablib/tox.ini
T
Kenneth Reitz 6c1fa87138 tox cleanup
2011-06-21 01:26:16 -04:00

11 lines
171 B
INI

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