summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index ac068b9..fa877ba 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,8 @@
[tox]
-envlist = py25,py26,py27,py31,jython
+envlist = py25,py26,py27,py31,py33,jython
[testenv]
deps=pyparsing
commands=
- python cmd2.py
- python example/example.py --test example/exampleSession.txt \ No newline at end of file
+ {envpython} cmd2.py
+ {envpython} example/example.py --test example/exampleSession.txt \ No newline at end of file