summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-05-02 21:18:20 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-05-02 21:18:20 +0200
commit42ae0e486ffd39a6e0cb881178ff163f7f178dbc (patch)
tree1ab84fb92d26eca4ea5fa5398317861e2c66023c /.travis.yml
parentcf2bbce53dd9601004e2cf218f7b4dbb91aee977 (diff)
downloadcython-42ae0e486ffd39a6e0cb881178ff163f7f178dbc.tar.gz
Tentatively add Py3.9 to the travis test targets in 0.29.x, but allow it to fail.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index efffa1c86..0bb801354 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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