diff options
| author | John Anderson <sontek@gmail.com> | 2014-11-16 23:21:37 -0800 |
|---|---|---|
| committer | John Anderson <sontek@gmail.com> | 2014-11-16 23:21:37 -0800 |
| commit | d965c4fa42aa04888e5a829d9975ffec26037c9b (patch) | |
| tree | 277337af2a5659eab586f08d7977f2c0b40a804c | |
| parent | 6bdda352153a277fb2812746dce5522f441a49f2 (diff) | |
| download | pyramid-d965c4fa42aa04888e5a829d9975ffec26037c9b.tar.gz pyramid-d965c4fa42aa04888e5a829d9975ffec26037c9b.tar.bz2 pyramid-d965c4fa42aa04888e5a829d9975ffec26037c9b.zip | |
Use travis_retry in case of timeouts, remove -e $OTX_ENV
| -rw-r--r-- | .travis.yml | 4 |
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: |
