forked from VimPlug/jedi
9 lines
143 B
INI
9 lines
143 B
INI
[tox]
|
|
envlist = py25, py26, py27, py32
|
|
[testenv]
|
|
commands =
|
|
python regression.py
|
|
python run.py
|
|
python refactor.py
|
|
changedir = test
|