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
|
# command to install dependencies
|
||||||
install: "pip install -U detox"
|
install: "pip install -U detox"
|
||||||
# # command to run tests
|
# # command to run tests
|
||||||
script: detox --recreate
|
script: detox --recreate -i ALL=https://devpi.net/hpk/dev/
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
- "chat.freenode.net#pytest-dev"
|
- "chat.freenode.net#pytest-dev"
|
||||||
|
|
Loading…
Reference in New Issue