From 4f74f58ab3a6b7837095765e5727e4ce449ad2e2 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Mon, 27 Aug 2018 22:21:49 -0400 Subject: [PATCH] Adjust AppVeyor wheels job --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8412be5b3f1..3580d89d9e2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -44,6 +44,10 @@ environment: PYTHON_ARCH: "64" TOXENV: py36-alldeps-withcov-windows,codecov-publish TWISTED_REACTOR: "select" + - PYTHON_HOME: C:\\PYTHON36-x64 + PYTHON_VERSION: "3.6" + PYTHON_ARCH: "64" + TOXENV: wheels # IOCPReactor tests - PYTHON_HOME: C:\\Python27-x64 @@ -56,7 +60,6 @@ environment: PYTHON_ARCH: "64" TOXENV: py36-alldeps-withcov-windows,codecov-publish TWISTED_REACTOR: "iocp" - - TOXENV: wheels install: # Install OpenSSH through chocolatey