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