From 997df928b7417c6af6330f1cc6cf5924c9394b26 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 24 Jul 2013 12:08:20 +0200 Subject: [PATCH] stick to virtualenv<1.10 for now because it breaks python2.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 81977fa5c..8a1dc1ab2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python # command to install dependencies -install: "pip install -e . detox" +install: "pip install 'virtualenv<1.10' -e . detox" # # command to run tests script: detox --recreate notifications: