summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-06-05 08:36:20 -0400
committerTres Seaver <tseaver@palladion.com>2015-06-05 08:36:20 -0400
commit39cf2173bb9a9376b9086a117e8919c32aac2be6 (patch)
tree0f52ba5d62222dd82f41f4a2d2554c3b784250e4 /.travis.yml
parent82281eb7ee9a2e71af6011053670648fdf31e938 (diff)
downloadzope-i18n-39cf2173bb9a9376b9086a117e8919c32aac2be6.tar.gz
Don't use 'travis_retry' when running 'tox'.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e1ccd66..8de7d86 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ install:
- travis_retry pip install tox
script:
- - travis_retry tox
+ - tox
notifications:
email: false