Commit 1568ecd7 authored by Stefan Behnel's avatar Stefan Behnel

Try to include PyPy 5.7.1 in travis runs. Latest dev versions and 5.8.0 are not available.

parent a193ac46
No related merge requests found
......@@ -16,10 +16,10 @@ python:
- 3.5
- 3.6-dev
- 3.7-dev
- pypy-5.7.1
- pypy3-5.7.1
- pypy
- pypy3
- pypy-5.8.0
- pypy3-5.8.0
env:
global:
......@@ -52,8 +52,8 @@ matrix:
allow_failures:
- python: pypy
- python: pypy3
- python: pypy-5.8.0
- python: pypy3-5.8.0
- python: pypy-5.7.1
- python: pypy3-5.7.1
- python: 3.2
- python: 3.6-dev
- python: 3.7-dev
......@@ -62,9 +62,9 @@ matrix:
env: BACKEND=cpp
- python: pypy3
env: BACKEND=cpp
- python: pypy-5.8.0
- python: pypy-5.7.1
env: BACKEND=cpp
- python: pypy3-5.8.0
- python: pypy3-5.7.1
env: BACKEND=cpp
addons:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment