[appveyor] add Python 3.6
This commit is contained in:
parent
e44c4b90dd
commit
55c03bc9ae
@ -10,6 +10,11 @@ environment:
|
||||
TOXENV: "py35-cov"
|
||||
TOXPYTHON: "C:\\Python35\\python.exe"
|
||||
|
||||
- JOB: "3.6.0 32-bit"
|
||||
PYTHON_HOME: "C:\\Python36"
|
||||
TOXENV: "py36-cov"
|
||||
TOXPYTHON: "C:\\Python36\\python.exe"
|
||||
|
||||
- JOB: "2.7.12 64-bit"
|
||||
PYTHON_HOME: "C:\\Python27-x64"
|
||||
TOXENV: "py27-cov"
|
||||
@ -20,6 +25,11 @@ environment:
|
||||
TOXENV: "py35-cov"
|
||||
TOXPYTHON: "C:\\Python35-x64\\python.exe"
|
||||
|
||||
- JOB: "3.6.0 64-bit"
|
||||
PYTHON_HOME: "C:\\Python36-x64"
|
||||
TOXENV: "py36-cov"
|
||||
TOXPYTHON: "C:\\Python36-x64\\python.exe"
|
||||
|
||||
install:
|
||||
# If there is a newer build queued for the same PR, cancel this one.
|
||||
# The AppVeyor 'rollout builds' option is supposed to serve the same
|
||||
|
Loading…
x
Reference in New Issue
Block a user