aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2020-01-23 23:54:41 -0300
committerHisham Muhammad <hisham@gobolinux.org>2020-01-25 22:04:11 -0300
commitb4a6ec6c7c32e7db2770aa2d9f89497e6ef82b13 (patch)
tree5cffe770d13526fb89dfb9b7d2af6879055ce807
parent83126ba324846b754ffc5e0345341f01262b3f86 (diff)
downloadluarocks-b4a6ec6c7c32e7db2770aa2d9f89497e6ef82b13.tar.gz
luarocks-b4a6ec6c7c32e7db2770aa2d9f89497e6ef82b13.tar.bz2
luarocks-b4a6ec6c7c32e7db2770aa2d9f89497e6ef82b13.zip
appveyor: bump Python to 3.7
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2117694c..6a4f9417 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -82,7 +82,7 @@ init:
82- set PATH=C:\MinGW\bin;%PATH% 82- set PATH=C:\MinGW\bin;%PATH%
83 83
84before_build: 84before_build:
85 - set PATH=C:\Python27\Scripts;%PATH% # Add directory containing 'pip' to PATH 85 - set PATH=C:\Python37\Scripts;%PATH% # Add directory containing 'pip' to PATH
86 - IF NOT EXIST lua_install-%LUAV%\bin\activate.bat ( pip install hererocks ) 86 - IF NOT EXIST lua_install-%LUAV%\bin\activate.bat ( pip install hererocks )
87 - IF NOT EXIST lua_install-%LUAV%\bin\activate.bat ( hererocks lua_install-%LUAV% --%LUAT% %LUAV% --luarocks latest --target=%COMPILER% ) 87 - IF NOT EXIST lua_install-%LUAV%\bin\activate.bat ( hererocks lua_install-%LUAV% --%LUAT% %LUAV% --luarocks latest --target=%COMPILER% )
88 - call lua_install-%LUAV%\bin\activate 88 - call lua_install-%LUAV%\bin\activate