mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-18 19:45:57 +08:00
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
|