From e6d7f168bde3e1fcb8d718081241d678e50b03b6 Mon Sep 17 00:00:00 2001 From: mpeterv Date: Wed, 6 Apr 2016 19:44:41 +0300 Subject: [PATCH] Test with Python 3.5 on Windows --- appveyor.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 38eb43c..173608a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,13 @@ cache: environment: matrix: - Lua: lua 5.3 + Python: 35-x64 - Lua: luajit 2.0 + Python: 35-x64 + - Lua: lua 5.3 + Python: 27 + - Lua: luajit 2.0 + Python: 27 configuration: - vs @@ -16,7 +22,7 @@ configuration: - mingw build_script: - - PATH %CD%\here\bin;C:\mingw\bin;%PATH% + - PATH %CD%\here\bin;C:\mingw\bin;C:\python%Python%;%PATH% - python hererocks.py here --%Lua% --luarocks=latest --verbose --target=%Configuration% --downloads=downloads --no-git-cache test_script: