use travis_retry on tox

This commit is contained in:
Raphael Deem 2018-03-01 23:16:49 -08:00
parent 7f36d20123
commit ad3f588c79

View File

@ -19,7 +19,7 @@ matrix:
- env: TOX_ENV=check - env: TOX_ENV=check
python: 3.6 python: 3.6
install: pip install -U tox install: pip install -U tox
script: tox -e $TOX_ENV script: travis_retry tox -e $TOX_ENV
deploy: deploy:
provider: pypi provider: pypi
user: channelcat user: channelcat