use travis_retry on tox
This commit is contained in:
parent
7f36d20123
commit
ad3f588c79
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user