summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2015-09-29 14:44:06 -0700
committerAsk Solem <ask@celeryproject.org>2015-09-29 14:44:06 -0700
commit4bc7c2b7fa22ab435102e149c2a3bb646c2b0dd2 (patch)
tree7be99477eb883a421dee06579b3089788cd2ffac /.travis.yml
parent639a9cc0d3d8eab3f3945e0ebb901ba08e5bbe5a (diff)
downloadkombu-4bc7c2b7fa22ab435102e149c2a3bb646c2b0dd2.tar.gz
Updates tox.ini
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 67bc505c..c9d23a6f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ python:
- 2.7
- 3.3
- 3.4
+ - 3.5
- pypy
- pypy3
before_install:
@@ -17,7 +18,7 @@ before_install:
python --version
uname -a
lsb_release -a
- sudo pip install tox
+ sudo travis_retry pip install tox
script: tox -v -e $TRAVIS_PYTHON_VERSION -- -v
after_success:
- .tox/$TRAVIS_PYTHON_VERSION/bin/coveralls