From 50fe58d521e2531406496e36a034cf8d0188ec53 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 27 Dec 2016 12:03:14 -0500 Subject: Try doing windows py3 meta on 3.5 --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5ca20356..41f61121 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -82,10 +82,10 @@ environment: PYTHON_ARCH: "32" COVERAGE_COVERAGE: "yes" - - JOB: "Meta 3.4" - TOXENV: "py34" - PYTHON: "C:\\Python34" - PYTHON_VERSION: "3.4" + - JOB: "Meta 3.5" + TOXENV: "py35" + PYTHON: "C:\\Python35" + PYTHON_VERSION: "3.5" PYTHON_ARCH: "32" COVERAGE_COVERAGE: "yes" -- cgit v1.2.1