Files
tablib/tox.ini
T
Kenneth Reitz c5bbc74b96 import magic
2011-03-23 03:55:23 -04:00

17 lines
295 B
INI

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