fix toxenv spec for py33-pexpect, thanks Daniel Grana.

This commit is contained in:
holger krekel 2014-03-28 14:51:00 +01:00
parent 85d52481b1
commit e061ace099
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ commands=
[testenv:py33-pexpect] [testenv:py33-pexpect]
changedir=testing changedir=testing
basepython=python2.7 basepython=python3.3
deps={[testenv:py27-pexpect]deps} deps={[testenv:py27-pexpect]deps}
commands= commands=
py.test -rfsxX test_pdb.py test_terminal.py test_unittest.py py.test -rfsxX test_pdb.py test_terminal.py test_unittest.py