From a114db4c4498929d084154ce83ede3950b50d8be Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Thu, 26 Apr 2018 22:53:07 +0200 Subject: [PATCH] appveyor: add more python versions --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index b4fb414..f873ee6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,6 +8,9 @@ build_script: - appveyor AddCompilationMessage "Building miniupnpc" - mingw32-make -f Makefile.mingw - mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python27\python + - mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python27-x64\python + - mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python36\python + - mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python36-x64\python # - upnpc-static.exe -l after_build: