From 8325d7e24c68803df72e70b212fc1b75f419574b Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sun, 9 Jun 2019 15:58:25 +0200 Subject: [PATCH] Fixes syntax error in appveyor config. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6b7c7bd..c234416 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ environment: PYTHON_ARCH: "32" - PYTHON: "C:\\Python35-x64" - PYTHON_VERSION: "3.5.7 + PYTHON_VERSION: "3.5.7" PYTHON_ARCH: "64" - PYTHON: "C:\\Python36"