Files
jedi/tox.ini
2013-02-24 14:56:15 +01:00

12 lines
180 B
INI

[tox]
envlist = py25, py26, py27, py32
[testenv]
commands =
python regression.py
python run.py
python refactor.py
changedir = test
[testenv:py25]
deps =
simplejson