From e061ace099669e71d1f7e4073b6f7d5a1a9dcc2c Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 28 Mar 2014 14:51:00 +0100 Subject: [PATCH] fix toxenv spec for py33-pexpect, thanks Daniel Grana. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7ef07329e..d48ff874f 100644 --- a/tox.ini +++ b/tox.ini @@ -45,7 +45,7 @@ commands= [testenv:py33-pexpect] changedir=testing -basepython=python2.7 +basepython=python3.3 deps={[testenv:py27-pexpect]deps} commands= py.test -rfsxX test_pdb.py test_terminal.py test_unittest.py