Skip to content

Commit

Permalink
Use travis_retry to retry after a network timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Mar 19, 2017
1 parent 01fee44 commit aa22d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -74,7 +74,7 @@ env:
- TOXENV=py34-firebirdsql
- TOXENV=py35-firebirdsql

install: pip install tox coveralls codecov
install: travis_retry pip install tox coveralls codecov

matrix:
allow_failures:
Expand Down

0 comments on commit aa22d9f

Please sign in to comment.