From df0f43084f76f31f2501fac89f3f73de24c185b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Mon, 6 Aug 2018 12:37:58 +0300 Subject: [PATCH] Reuse pip cache on travis (remove -U) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e5aab2e..64f36ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,8 +51,7 @@ jobs: fast_finish: true install: - - python -m pip install -U pip - - pip install -U -r requirements/ci.txt + - pip install -r requirements/ci.txt before_script: - coverage erase