1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/984fad7bef53/ Changeset: 984fad7bef53 User: hpk42 Date: 2013-06-23 09:27:06 Summary: fix tox.ini Affected #: 2 files
diff -r d1c4826481bedb84636d1b805519ace5bffce9bf -r 984fad7bef53472dd0cf472a0d3468e405d30fd8 CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -1.5.0.dev +1.5.0 ----------------- - fix issue104: use setuptools by default, instead of distribute, diff -r d1c4826481bedb84636d1b805519ace5bffce9bf -r 984fad7bef53472dd0cf472a0d3468e405d30fd8 tox.ini --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,10 @@ deps=pytest==2.3.4 pytest-instafail +[testenv:py25] +setenvs = + PIP_INSECURE=True + [testenv:docs] basepython=python changedir=doc Repository URL: https://bitbucket.org/hpk42/tox/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org http://mail.python.org/mailman/listinfo/pytest-commit