2 new commits in pytest:

https://bitbucket.org/hpk42/pytest/commits/add97f165fc3/
Changeset:   add97f165fc3
User:        bubenkoff
Date:        2013-09-07 20:23:44
Summary:     only force tox to upgrade
Affected #:  1 file

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


https://bitbucket.org/hpk42/pytest/commits/90e7a7a4c03e/
Changeset:   90e7a7a4c03e
User:        hpk42
Date:        2013-09-09 08:12:07
Summary:     Merge pull request #6 from bubenkoff/fix-failing-travis

only force tox to upgrade
Affected #:  1 file

diff -r e766eae72f1254187119636fb4613b03fda00d62 -r 
90e7a7a4c03e0339d6228fd40403ea7824e250f1 .travis.yml
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 language: python
 # command to install dependencies
-install: "pip install 'virtualenv<1.10' -e . detox"
+install: "pip install -U 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
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to