Merge pull request #5556 from jdufresne/cache

Add pip cache support to the Travis CI configuration
This commit is contained in:
Xavier Ordoquy 2017-11-04 09:55:56 +01:00 committed by GitHub
commit eb32c97ca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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