Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cython
Commits
42ae0e48
Commit
42ae0e48
authored
May 02, 2020
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tentatively add Py3.9 to the travis test targets in 0.29.x, but allow it to fail.
parent
cf2bbce5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
.travis.yml
.travis.yml
+9
-0
No files found.
.travis.yml
View file @
42ae0e48
...
@@ -75,6 +75,14 @@ matrix:
...
@@ -75,6 +75,14 @@ matrix:
dist
:
xenial
# Required for Python 3.7
dist
:
xenial
# Required for Python 3.7
sudo
:
required
# travis-ci/travis-ci#9069
sudo
:
required
# travis-ci/travis-ci#9069
env
:
BACKEND=cpp
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
-
os
:
osx
osx_image
:
xcode6.4
osx_image
:
xcode6.4
env
:
PY=2
env
:
PY=2
...
@@ -98,6 +106,7 @@ matrix:
...
@@ -98,6 +106,7 @@ matrix:
-
env
:
STACKLESS=true BACKEND=c PY=3
-
env
:
STACKLESS=true BACKEND=c PY=3
python
:
3.6
python
:
3.6
allow_failures
:
allow_failures
:
-
python
:
3.9-dev
-
python
:
pypy
-
python
:
pypy
-
python
:
pypy3
-
python
:
pypy3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment