From 5f9d3379b173c95a53aea847bf8e25501461b014 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Fri, 29 Dec 2017 17:17:11 +0200 Subject: [PATCH] try to fix appveyor version for py2exe. See https://stackoverflow.com/questions/41578808/python-indexerror-tuple-index-out-of-range-when-using-py2exe . --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7ea6182f..0f2e4ee6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,7 +1,7 @@ --- environment: matrix: - - PYTHON: "C:\\PYTHON36" + - PYTHON: "C:\\PYTHON34" # Shamelessly taken from https://github.com/plicease/Dist-Zilla-PluginBundle-Author-Plicease/blob/master/.appveyor.yml # Thanks! install: