From fae7530a17c5f602a0eff662072cc610fe54e82a Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Mon, 24 Apr 2017 08:22:56 +0100 Subject: [PATCH] Add Python 3.6 --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 880e011c..474d8bdb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,6 +30,11 @@ environment: PYTHON_ARCH: "64" TOXENV: "py35" + - PYTHON: "C:\\Python36-x64" + PYTHON_VERSION: "3.6.x" + PYTHON_ARCH: "64" + TOXENV: "py36" + install: # Install Python (from the official .msi of http://python.org) and pip when # not already installed.