Allow pip caching on Travis-CI

This commit is contained in:
MinchinWeb 2016-10-17 19:58:17 -06:00
parent 6cef0ca005
commit c1c6e75bce
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
sudo: required
language: python
cache: pip
python:
- 3.4
- 3.5