From 14a43fffeef4702ec075c3f91e6d7b405810fb49 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 23 Jan 2014 12:18:20 +0100 Subject: [PATCH] have travis use the devpi index to get the pylib dependency --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"