From 55c03bc9ae926c9a2f006cc39ac8a1ca0f9f5bde Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 2 Jan 2017 14:59:28 +0100 Subject: [PATCH] [appveyor] add Python 3.6 --- .appveyor.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 08a8fc85d..504f78468 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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