From b9a82e1072f48ff07d9a7d456051cfb3671c8b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Leonhardt?= Date: Tue, 4 Aug 2015 11:44:08 +0200 Subject: [PATCH] Update pip to be more resilient to download errors Update pip and setuptools first to use cached wheels, in order to be more resilient to Travis download errors --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index f466cdc..8cf9182 100644 --- a/tox.ini +++ b/tox.ini @@ -15,6 +15,7 @@ deps = nose py27: mock commands = + pip install -U pip setuptools pip install -e . pip install -e demo demo test --cover-package=django_downloadview --cover-package=demoproject {posargs: tests demoproject}