add pip cache in travis conf

This commit is contained in:
Diego Garcia 2015-05-14 19:54:17 -03:00
parent 6add1acc4e
commit 23a36629de

View File

@ -1,6 +1,9 @@
language: python language: python
sudo: false sudo: false
cache:
directories:
- $HOME/.cache/pip
env: env:
- TOX_ENV=py27-flake8 - TOX_ENV=py27-flake8