Merge pull request #776 from balloob/travis-caching

Fix travis caching
pull/751/merge
Paulus Schoutsen 2015-12-18 09:17:27 -08:00
commit a6a30c5f22
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
sudo: false
language: python
cache: pip
cache:
directories:
- $HOME/.cache/pip
# - "$HOME/virtualenv/python$TRAVIS_PYTHON_VERSION"
python:
- 3.4
- 3.5