1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/commits/ae8fcfe3d678/
Changeset:   ae8fcfe3d678
User:        hpk42
Date:        2013-07-24 12:08:20
Summary:     stick to virtualenv<1.10 for now because it breaks python2.5
Affected #:  1 file

diff -r e753e3d414f786143653d8b95145e2cf03bf746f -r 
ae8fcfe3d6786e54f30bf3a680688ea66d73914e .travis.yml
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 language: python
 # command to install dependencies
-install: "pip install -e . detox"
+install: "pip install 'virtualenv<1.10' -e . detox"
 # # command to run tests
 script: detox --recreate
 notifications:

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.
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
http://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to