From 88a966bb22e1d5f9156662e21f8f67f8f6a50ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Sun, 5 Oct 2014 11:04:48 +0200 Subject: Add support for Python 3.4, pypy3, use travis_retry http://blog.travis-ci.com/2013-05-20-network-timeouts-build-retries/ --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4c4e261..52f3048 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,12 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" - "pypy" + - "pypy3" install: - - pip install coveralls --use-mirrors + - travis_retry pip install coveralls script: - coverage run --source=jsonpointer tests.py -- cgit v1.2.1