summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Anderson <sontek@gmail.com>2014-11-16 23:21:37 -0800
committerJohn Anderson <sontek@gmail.com>2014-11-16 23:21:37 -0800
commitd965c4fa42aa04888e5a829d9975ffec26037c9b (patch)
tree277337af2a5659eab586f08d7977f2c0b40a804c /.travis.yml
parent6bdda352153a277fb2812746dce5522f441a49f2 (diff)
downloadpyramid-d965c4fa42aa04888e5a829d9975ffec26037c9b.tar.gz
pyramid-d965c4fa42aa04888e5a829d9975ffec26037c9b.tar.bz2
pyramid-d965c4fa42aa04888e5a829d9975ffec26037c9b.zip
Use travis_retry in case of timeouts, remove -e $OTX_ENV
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 2d54a2b36..dddeb1df7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,10 +11,10 @@ env:
- TOX_ENV=cover
install:
- - pip install tox
+ - travis_retry pip install tox
script:
- - tox -e $TOX_ENV
+ - travis_retry tox
notifications:
email: