Merge pull request #696 from MinchinWeb/cache-pip-on-travis

Allow pip caching on Travis-CI
This commit is contained in:
Sylvain Bellemare 2016-10-25 11:25:34 +02:00 committed by GitHub
commit 51c581428c

View File

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