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: ...@@ -9,7 +9,6 @@ cache:
- pip - pip
- directories: - directories:
- $HOME/.pre-commit - $HOME/.pre-commit
- $HOME/virtualenv
install: install:
- pip install -r tests/requirements.txt | cat - 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