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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
cc2abe1f
Commit
cc2abe1f
authored
7 years ago
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include Python 3.6 in appveyor build
parent
c9bcf1be
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
20 deletions
+28
-20
appveyor.yml
appveyor.yml
+28
-20
No files found.
appveyor.yml
View file @
cc2abe1f
...
...
@@ -10,43 +10,51 @@ environment:
matrix
:
-
PYTHON
:
"
C:
\\
Python26"
PYTHON_VERSION
:
"
2.6
.6
"
PYTHON_VERSION
:
"
2.6"
PYTHON_ARCH
:
"
32"
-
PYTHON
:
"
C:
\\
Python26-x64"
PYTHON_VERSION
:
"
2.6"
PYTHON_ARCH
:
"
64"
-
PYTHON
:
"
C:
\\
Python27"
PYTHON_VERSION
:
"
2.7
.9
"
PYTHON_VERSION
:
"
2.7"
PYTHON_ARCH
:
"
32"
-
PYTHON
:
"
C:
\\
Python27-x64"
PYTHON_VERSION
:
"
2.7"
PYTHON_ARCH
:
"
64"
-
PYTHON
:
"
C:
\\
Python33"
PYTHON_VERSION
:
"
3.3
.5
"
PYTHON_VERSION
:
"
3.3"
PYTHON_ARCH
:
"
32"
-
PYTHON
:
"
C:
\\
Python34"
PYTHON_VERSION
:
"
3.
4.
3"
PYTHON_ARCH
:
"
32
"
-
PYTHON
:
"
C:
\\
Python3
3-x6
4"
PYTHON_VERSION
:
"
3.3"
PYTHON_ARCH
:
"
64
"
-
PYTHON
:
"
C:
\\
Python3
5
"
PYTHON_VERSION
:
"
3.
5.0
"
-
PYTHON
:
"
C:
\\
Python3
4
"
PYTHON_VERSION
:
"
3.
4
"
PYTHON_ARCH
:
"
32"
-
PYTHON
:
"
C:
\\
Python
26
-x64"
PYTHON_VERSION
:
"
2.6.6
"
-
PYTHON
:
"
C:
\\
Python
34
-x64"
PYTHON_VERSION
:
"
3.4
"
PYTHON_ARCH
:
"
64"
-
PYTHON
:
"
C:
\\
Python
27-x64
"
PYTHON_VERSION
:
"
2.7.9
"
PYTHON_ARCH
:
"
64
"
-
PYTHON
:
"
C:
\\
Python
35
"
PYTHON_VERSION
:
"
3.5
"
PYTHON_ARCH
:
"
32
"
-
PYTHON
:
"
C:
\\
Python3
3
-x64"
PYTHON_VERSION
:
"
3.
3.
5"
-
PYTHON
:
"
C:
\\
Python3
5
-x64"
PYTHON_VERSION
:
"
3.5"
PYTHON_ARCH
:
"
64"
-
PYTHON
:
"
C:
\\
Python3
4-x64
"
PYTHON_VERSION
:
"
3.
4.3
"
PYTHON_ARCH
:
"
64
"
-
PYTHON
:
"
C:
\\
Python3
6
"
PYTHON_VERSION
:
"
3.
6
"
PYTHON_ARCH
:
"
32
"
-
PYTHON
:
"
C:
\\
Python3
5
-x64"
PYTHON_VERSION
:
"
3.
5.0
"
-
PYTHON
:
"
C:
\\
Python3
6
-x64"
PYTHON_VERSION
:
"
3.
6
"
PYTHON_ARCH
:
"
64"
clone_depth
:
5
...
...
This diff is collapsed.
Click to expand it.
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