Merge pull request #776 from balloob/travis-caching

Fix travis caching
This commit is contained in:
Paulus Schoutsen 2015-12-18 09:17:27 -08:00
commit a6a30c5f22

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