summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-08-14 16:05:56 +0300
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-08-14 16:05:56 +0300
commit1b979c3e6f51dbb80de4165b2d4e1fd67b476d0c (patch)
tree234c111da57f8655e728794a04c331d4780e3b69 /.travis.yml
parent42e0510f1912ab3047a610fa8502cf2cad4c9a29 (diff)
downloadcherrypy-git-1b979c3e6f51dbb80de4165b2d4e1fd67b476d0c.tar.gz
Make OS X env re-run tests up to three times
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index eb628ade..65c33390 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -71,6 +71,8 @@ _base_envs:
- *python_version
before_cache:
- brew --cache
+ script:
+ - travis_retry tox
- &pure_python_base
<<: *stage_test
sudo: false