Retrying pip install will cause the build to fail less due to network errors.

This commit is contained in:
Omer Katz 2014-09-10 10:19:57 +03:00
parent 48103323de
commit 58c121d6e4

View File

@ -22,7 +22,7 @@ env:
- TOX_ENV=py2.6-django1.4 - TOX_ENV=py2.6-django1.4
install: install:
- "pip install tox --download-cache $HOME/.pip-cache" - "travis_retry pip install tox --download-cache $HOME/.pip-cache"
script: script:
- tox -e $TOX_ENV - tox -e $TOX_ENV