summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@gmail.com>2013-09-16 17:26:28 -0500
committerDoug Hellmann <doug.hellmann@gmail.com>2013-09-16 17:26:28 -0500
commit5039ee58dfebe0ab122112270cb3a39aae58b14f (patch)
tree3497ea9e2c7b4c4e5ff6d8208bfe1fd2a968543b
parent174ae658413a4b789688dd07fa2017c1eac4d5e4 (diff)
downloadcmd2-hg-5039ee58dfebe0ab122112270cb3a39aae58b14f.tar.gz
Make sure we use the python interpreter from the virtualenv created by tox to run the tests.
-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