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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ cache:
  - pip
  - directories:
      - $HOME/.pre-commit
      - $HOME/virtualenv

install:
  - pip install -r tests/requirements.txt | cat