Skip to content
Snippets Groups Projects
Commit d357e39bbf14 authored by Stefan Behnel's avatar Stefan Behnel
Browse files

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

parent c65fc7cc8dd4
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,14 @@
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 @@
- env: STACKLESS=true BACKEND=c PY=3
python: 3.6
allow_failures:
- python: 3.9-dev
- python: pypy
- python: pypy3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment