Commit 42ae0e48 authored by Stefan Behnel's avatar Stefan Behnel

Tentatively add Py3.9 to the travis test targets in 0.29.x, but allow it to fail.

parent cf2bbce5
......@@ -75,6 +75,14 @@ matrix:
dist: xenial # Required for Python 3.7
sudo: required # travis-ci/travis-ci#9069
env: BACKEND=cpp
- python: 3.9-dev
dist: xenial # Required for Python 3.7
sudo: required # travis-ci/travis-ci#9069
env: BACKEND=c
- python: 3.9-dev
dist: xenial # Required for Python 3.7
sudo: required # travis-ci/travis-ci#9069
env: BACKEND=cpp
- os: osx
osx_image: xcode6.4
env: PY=2
......@@ -98,6 +106,7 @@ matrix:
- env: STACKLESS=true BACKEND=c PY=3
python: 3.6
allow_failures:
- python: 3.9-dev
- python: pypy
- python: pypy3
......
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