Skip to content

Commit d0e4712

Browse files
committed
Use more recent PyPy3 on Travis CI
The default PyPy3 is really old (implements Python 3.2) and some packages won't cooperate with it anymore.
1 parent 1541191 commit d0e4712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
- "3.5"
77
- "3.6"
88
- "pypy"
9-
- "pypy3"
9+
- "pypy3.3-5.2-alpha1"
1010
matrix:
1111
fast_finish: true
1212
install:

0 commit comments

Comments
 (0)