Skip to content

Commit 2497b47

Browse files
author
Omer Katz
committed
Added Python 3.4 and PyPy3 to the build matrix.
Also used travis_retry in order to avoid build failures due to networking problems and removed --use-mirrors since it's deprecated.
1 parent e4da658 commit 2497b47

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ python:
44
- "2.7"
55
- "3.2"
66
- "3.3"
7+
- "3.4"
78
- "pypy"
9+
- "pypy3"
810

911
install:
10-
- pip install -r requirements.txt
11-
- pip install coveralls --use-mirrors
12+
- travis_retry pip install -r requirements.txt
13+
- travis_retry pip install coveralls
1214

1315
script:
1416
- coverage run --source=jsonpatch tests.py

0 commit comments

Comments
 (0)