have travis use the devpi index to get the pylib dependency

This commit is contained in:
holger krekel 2014-01-23 12:18:20 +01:00
parent 245d39f52d
commit 14a43fffee
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ language: python
# 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"