summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9473cc9..94f1e7b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,11 +4,13 @@ python:
- "2.7"
- "3.2"
- "3.3"
+ - "3.4"
- "pypy"
+ - "pypy3"
install:
- - pip install -r requirements.txt
- - pip install coveralls --use-mirrors
+ - travis_retry pip install -r requirements.txt
+ - travis_retry pip install coveralls
script:
- coverage run --source=jsonpatch tests.py