From fb6282caaaad8f876e654d45cf4c613006ad9320 Mon Sep 17 00:00:00 2001 From: Anatoly Bubenkov Date: Sat, 7 Sep 2013 20:23:44 +0200 Subject: [PATCH] only force tox to upgrade --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8a1dc1ab2..e60893f63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python # command to install dependencies -install: "pip install 'virtualenv<1.10' -e . detox" +install: "pip install -U detox" # # command to run tests script: detox --recreate notifications: