diff --git a/.travis.yml b/.travis.yml index e60893f63..1c865fb9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"