mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 20:40:14 +03:00
Retrying pip install will cause the build to fail less due to network errors.
This commit is contained in:
parent
48103323de
commit
58c121d6e4
|
@ -22,7 +22,7 @@ env:
|
|||
- TOX_ENV=py2.6-django1.4
|
||||
|
||||
install:
|
||||
- "pip install tox --download-cache $HOME/.pip-cache"
|
||||
- "travis_retry pip install tox --download-cache $HOME/.pip-cache"
|
||||
|
||||
script:
|
||||
- tox -e $TOX_ENV
|
||||
|
|
Loading…
Reference in New Issue
Block a user