From c95520bbc8d951344ccb31aae0d372cbf3e11b74 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 24 Jan 2016 13:44:13 -0500 Subject: Appveyor 2.7 stopped working, try 2.7.11 --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index faa354f..7d6a754 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,14 +24,14 @@ environment: - JOB: "2.7 32-bit" TOXENV: "py27" - PYTHON: "C:\\Python27.10" - PYTHON_VERSION: "2.7.10" + PYTHON: "C:\\Python27.11" + PYTHON_VERSION: "2.7.11" PYTHON_ARCH: "32" - JOB: "2.7 64-bit" TOXENV: "py27" - PYTHON: "C:\\Python27.10-x64" - PYTHON_VERSION: "2.7.10" + PYTHON: "C:\\Python27.11-x64" + PYTHON_VERSION: "2.7.11" PYTHON_ARCH: "64" - JOB: "3.3 32-bit" -- cgit v1.2.1