mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
Add pip cache support to the Travis CI configuration
For documentation on the feature, see: https://docs.travis-ci.com/user/caching/#pip-cache With packages cached, builds will be slightly faster and help reduce load on PyPI.
This commit is contained in:
parent
526bdacc54
commit
18180c9fc6
|
@ -1,4 +1,5 @@
|
||||||
language: python
|
language: python
|
||||||
|
cache: pip
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user