cache pip correctly

travis auto pip cache is disabled if the install command is changed
This commit is contained in:
Thomas Grainger
2015-11-25 12:09:06 +00:00
parent 4b0519a0c4
commit 2cfa41948e

View File

@ -2,7 +2,9 @@ sudo: false
language: python language: python
python: "3.5" python: "3.5"
cache: pip cache:
directories:
- $HOME/.cache/pip
install: install:
- pip install tox - pip install tox