[Pytest-commit] commit/pytest: hpk42: fix toxenv spec for py33-pexpect, thanks Daniel Grana.
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Fri Mar 28 14:51:08 CET 2014
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/d4b093bc36df/
Changeset: d4b093bc36df
User: hpk42
Date: 2014-03-28 14:51:00
Summary: fix toxenv spec for py33-pexpect, thanks Daniel Grana.
Affected #: 1 file
diff -r 3410ee5d359e36d0e871f4c687fcfaa20fc066b4 -r d4b093bc36df977c017b43286953286542c788cf tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -45,7 +45,7 @@
[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
Repository URL: https://bitbucket.org/hpk42/pytest/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the pytest-commit
mailing list