Files
jedi/tox.ini
2013-03-16 21:18:37 +01:00

17 lines
220 B
INI

[tox]
envlist = py25, py26, py27, py32
[testenv]
deps =
pytest
commands =
py.test []
[testenv:py25]
deps =
simplejson
unittest2
{[testenv]deps}
[testenv:py26]
deps =
unittest2
{[testenv]deps}