Activate pip caching in Travis

This commit is contained in:
Griatch 2019-02-11 16:09:40 +01:00
parent 17c92925cf
commit 9dcef1ac48

View file

@ -1,4 +1,5 @@
language: python
cache: pip
python:
- "2.7"
sudo: false