Use travis_retry on tox execution

This commit is contained in:
Axel Haustant 2015-04-18 13:40:32 +02:00
parent 050378fa72
commit 76ea8c86b7

View File

@ -45,7 +45,7 @@ install:
python-tk
- travis_retry pip install tox>=1.9 coveralls
script:
- tox -e $(echo py$TRAVIS_PYTHON_VERSION-mg$PYMONGO-dj$DJANGO | tr -d . | sed -e 's/pypypy/pypy/') -- --with-coverage
- travis_retry tox -e $(echo py$TRAVIS_PYTHON_VERSION-mg$PYMONGO-dj$DJANGO | tr -d . | sed -e 's/pypypy/pypy/') -- --with-coverage
after_script: coveralls --verbose
notifications:
irc: irc.freenode.org#mongoengine