From 21fa211bc7f8ac7e5b7d7ad95bef6a5ac23b3a7d Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Thu, 15 Oct 2015 22:42:29 -0500 Subject: [PATCH] Add Python 3.5 to Appveyor. --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 81b27a5..991a7a3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -44,6 +44,14 @@ environment: PYTHON_VERSION: "3.4" PYTHON_ARCH: "64" + - PYTHON: "C:\\Python35" + PYTHON_VERSION: "3.5" + PYTHON_ARCH: "32" + + - PYTHON: "C:\\Python35-x64" + PYTHON_VERSION: "3.5" + PYTHON_ARCH: "64" + install: - "%PIP% install wheel twine"