mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-06 05:20:12 +03:00
Switched from directly specifying pip to specifying which directory to cache.
This commit is contained in:
parent
b63bb6671f
commit
b18fe44b90
|
@ -1,5 +1,7 @@
|
|||
language: python
|
||||
cache: pip
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
sudo: false
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue
Block a user