From 95953960e77af25ba1086f4d3309ad31ed3f3fd4 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Sun, 12 Apr 2015 17:19:15 +0200 Subject: [PATCH] Switched to python 3 in appveyor builds --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ecccddb..0b49b03 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ init: -P mingw64-i686-gcc-core \ -P libtool \ -P make \ - -P python \ + -P python3 \ -P gettext-devel \ -P gettext \ -P expat \