From 3afbafee52e41e50634d57f99686f1cb7718c8cb Mon Sep 17 00:00:00 2001 From: laixintao Date: Mon, 14 Sep 2020 10:15:32 +0800 Subject: disable cache for pip install. Otherwise it will use cache from travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eddaf1f0..5f50abac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_install: - pip install -U setuptools install: - - pip install . + - pip install --no-cache-dir . - pip install -r requirements-dev.txt - pip install keyrings.alt>=3.1 -- cgit v1.2.3