Fix travis caching

This commit is contained in:
Paulus Schoutsen 2015-12-18 09:07:34 -08:00
parent 2efca59352
commit cc80ad00ff

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