1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/25ce164b8357/ Changeset: 25ce164b8357 User: hpk42 Date: 2014-01-23 12:18:20 Summary: have travis use the devpi index to get the pylib dependency Affected #: 1 file
diff -r 7432b6d6f51d935054290c8020d211eb07af485e -r 25ce164b8357ea41373f93874ab5c5b7320f16a5 .travis.yml --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ # command to install dependencies install: "pip install -U detox" # # command to run tests -script: detox --recreate +script: detox --recreate -i ALL=https://devpi.net/hpk/dev/ + notifications: irc: - "chat.freenode.net#pytest-dev" 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