Merge pull request #194 from loles/speedup_travis

Enable cache for pip
This commit is contained in:
Jędrzej Nowak 2015-09-24 17:49:35 +02:00
commit 9cd617d723

View File

@ -1,5 +1,8 @@
language: python
python: 2.7
cache:
directories:
- $HOME/.cache/pip
install:
- pip install coveralls
script: