have travis use the devpi index to get the pylib dependency
This commit is contained in:
parent
245d39f52d
commit
14a43fffee
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue