Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d0e4712

Browse filesBrowse 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
Copy full SHA for d0e4712

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.