Commit e8180369 authored by Stefan Behnel's avatar Stefan Behnel

Try to include latest PyPy nightlies in travis runs.

parent c7702959
...@@ -18,6 +18,8 @@ python: ...@@ -18,6 +18,8 @@ python:
- 3.7-dev - 3.7-dev
- pypy - pypy
- pypy3 - pypy3
- pypy-dev
- pypy3-dev
env: env:
global: global:
...@@ -50,6 +52,8 @@ matrix: ...@@ -50,6 +52,8 @@ matrix:
allow_failures: allow_failures:
- python: pypy - python: pypy
- python: pypy3 - python: pypy3
- python: pypy-dev
- python: pypy3-dev
- python: 3.2 - python: 3.2
- python: 3.6-dev - python: 3.6-dev
- python: 3.7-dev - python: 3.7-dev
...@@ -58,6 +62,10 @@ matrix: ...@@ -58,6 +62,10 @@ matrix:
env: BACKEND=cpp env: BACKEND=cpp
- python: pypy3 - python: pypy3
env: BACKEND=cpp env: BACKEND=cpp
- python: pypy-dev
env: BACKEND=cpp
- python: pypy3-dev
env: BACKEND=cpp
addons: addons:
apt: apt:
......
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