Skip to content

Commit 88a966b

Browse files
committed
Add support for Python 3.4, pypy3, use travis_retry
http://blog.travis-ci.com/2013-05-20-network-timeouts-build-retries/
1 parent 593feda commit 88a966b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ python:
44
- "2.7"
55
- "3.2"
66
- "3.3"
7+
- "3.4"
78
- "pypy"
9+
- "pypy3"
810

911
install:
10-
- pip install coveralls --use-mirrors
12+
- travis_retry pip install coveralls
1113

1214
script:
1315
- coverage run --source=jsonpointer tests.py

0 commit comments

Comments
 (0)