From 5039ee58dfebe0ab122112270cb3a39aae58b14f Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 16 Sep 2013 17:26:28 -0500 Subject: Make sure we use the python interpreter from the virtualenv created by tox to run the tests. --- tox.ini | 6 +++--- 1 file 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 -- cgit v1.2.1