Skip to content
Snippets Groups Projects
Commit af0645bb authored by nimrod's avatar nimrod
Browse files

- Caching the entire virtualenv in Travis CI has proven to cause issues,...

- Caching the entire virtualenv in Travis CI has proven to cause issues, caching just pip's cache directory.
parent 5e9177c0
Branches
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@ cache:
- pip
- directories:
- $HOME/.pre-commit
- $HOME/virtualenv
install:
- pip install -r tests/requirements.txt | cat
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment