1
0
Fork 0

disable cache for pip install.

Otherwise it will use cache from travis.
This commit is contained in:
laixintao 2020-09-14 10:15:32 +08:00
parent e60d28f194
commit 3afbafee52
No known key found for this signature in database
GPG Key ID: 4E7314AC219D7FE4
1 changed files with 1 additions and 1 deletions

View File

@ -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