travis: Cache wheels and other pip artifacts
Should speedup builds
This commit is contained in:
parent
94a082177d
commit
f92d88c241
|
@ -4,6 +4,7 @@ notifications:
|
|||
email: false
|
||||
|
||||
language: python
|
||||
cache: pip
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
|
|
Loading…
Reference in New Issue