Clear test cache

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2018-04-07 18:42:00 -04:00
parent 9f45351113
commit 4b9d2afd87
+1 -1
View File
@@ -20,7 +20,7 @@ install:
# command to run the dependencies
script:
- 'if [[ "$TEST_SUITE" == "install" ]]; then rm -fr ~/.cache/pip; fi'
- 'if [[ "$TEST_SUITE" == "install" ]]; then export PYTEST_ADDOPTS="--cache-clear"; fi'
- "pipenv run bash ./run-tests.sh"
jobs: