fix toxenv spec for py33-pexpect, thanks Daniel Grana.
This commit is contained in:
parent
85d52481b1
commit
e061ace099
2
tox.ini
2
tox.ini
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue