1
0
forked from VimPlug/jedi

Add tox setup to run tests

This commit is contained in:
Takafumi Arakaki
2013-01-30 22:02:46 +01:00
parent 0e3cec5b17
commit 26e27aecec
3 changed files with 10 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[tox]
envlist = py25, py26, py27, py32
[testenv]
commands =
python regression.py
python run.py
python refactor.py
changedir = test