mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 20:40:14 +03:00
Add pip caching to travis
This commit is contained in:
parent
c9618cc0f3
commit
b1ad89d084
|
@ -2,6 +2,10 @@ language: python
|
|||
|
||||
sudo: false
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
|
||||
env:
|
||||
- TOX_ENV=py27-flake8
|
||||
- TOX_ENV=py27-docs
|
||||
|
|
Loading…
Reference in New Issue
Block a user