Merge pull request #1149 from channelcat/travis-retry

use travis_retry on tox
This commit is contained in:
Raphael Deem 2018-03-06 15:54:19 -08:00 committed by GitHub
commit 44bc47361e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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