Maybe delete cache on Travis?

This commit is contained in:
Tzu-ping Chung
2018-04-08 00:40:58 +08:00
parent fd922dae33
commit bc776e4f7b
+2
View File
@@ -19,6 +19,7 @@ install:
# command to run the dependencies
script:
- 'if [[ -n "$RUN_INTEGRATION_TESTS" ]]; then rm -fr ~/.cache/pip; fi'
- "pipenv run bash ./run-tests.sh"
jobs:
@@ -29,6 +30,7 @@ jobs:
env:
- TEST_SUITE='install'
- PYTEST_ADDOPTS='--cache-clear'
- RUN_INTEGRATION_TESTS=1
stages:
- integration