From 5c2699020bbd38ed20092647328b96cee77270ad Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 27 Dec 2016 07:43:41 -0500 Subject: Get a Windows 3.6 build --- appveyor.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 7697cba7..5ca20356 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -62,6 +62,18 @@ environment: PYTHON_VERSION: "3.5.0" PYTHON_ARCH: "64" + - JOB: "3.6 32-bit" + TOXENV: "py36" + PYTHON: "C:\\Python36" + PYTHON_VERSION: "3.6.0" + PYTHON_ARCH: "32" + + - JOB: "3.6 64-bit" + TOXENV: "py36" + PYTHON: "C:\\Python36-x64" + PYTHON_VERSION: "3.6.0" + PYTHON_ARCH: "64" + # Meta coverage - JOB: "Meta 2.7" TOXENV: "py27" -- cgit v1.2.1