[appveyor] add Python 3.6

This commit is contained in:
Cosimo Lupo 2017-01-02 14:59:28 +01:00
parent e44c4b90dd
commit 55c03bc9ae
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

View File

@ -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