Fix travis caching
This commit is contained in:
parent
2efca59352
commit
cc80ad00ff
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue