From db09bc6542ffa00dd2f868e6051c93ec2b1c12f0 Mon Sep 17 00:00:00 2001 From: Christopher Musselle Date: Mon, 4 Mar 2019 19:46:02 +0000 Subject: [PATCH] Fix path for python 2.6 on appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ef5c320..88b6ce9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ environment: # For Python versions available on Appveyor, see # https://www.appveyor.com/docs/windows-images-software/#python - - PYTHON: "C:\\C:\Python26-x64" + - PYTHON: "C:\\Python26-x64" TOX_ENV: "py26" - PYTHON: "C:\\Python27-x64"