File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -13,24 +13,23 @@ branches:
1313environment :
1414 GOPATH : c:\gopath
1515 GOPY_APPVEYOR_CI : ' 1'
16- GODEBUG : ' cgocheck=0'
1716 GOTRACEBACK : ' crash'
18- PYTHONUNBUFFERED : " 1"
19- CPYTHON2DIR : " C:\\ Python27-x64"
17+ # CPYTHON2DIR: "C:\\Python27-x64"
2018 CPYTHON3DIR : " C:\\ Python37-x64"
21- PATH : ' %GOPATH%\bin;%CPYTHON2DIR%;%CPYTHON2DIR%\\Scripts;%CPYTHON3DIR%;%CPYTHON3DIR%\\Scripts;C:\msys64\mingw64\bin;C:\msys64\usr\bin\;%PATH%'
19+ # PATH: '%GOPATH%\bin;%CPYTHON2DIR%;%CPYTHON2DIR%\\Scripts;%CPYTHON3DIR%;%CPYTHON3DIR%\\Scripts;C:\msys64\mingw64\bin;C:\msys64\usr\bin\;%PATH%'
20+ PATH : ' %GOPATH%\bin;%CPYTHON3DIR%;%CPYTHON3DIR%\\Scripts;C:\msys64\mingw64\bin;C:\msys64\usr\bin\;%PATH%'
2221
23- stack : go 1.11
22+ stack : go 1.12
2423
2524build_script :
2625 - python --version
27- - " %CPYTHON2DIR%\\ python --version"
26+ # - "%CPYTHON2DIR%\\python --version"
2827 - " %CPYTHON3DIR%\\ python --version"
29- - " %CPYTHON2DIR%\\ python -m pip install --upgrade pip"
28+ # - "%CPYTHON2DIR%\\python -m pip install --upgrade pip"
3029 - " %CPYTHON3DIR%\\ python -m pip install --upgrade pip"
31- - " %CPYTHON2DIR%\\ python -m pip install cffi"
30+ # - "%CPYTHON2DIR%\\python -m pip install cffi"
3231 - " %CPYTHON3DIR%\\ python -m pip install cffi"
33- - " %CPYTHON2DIR%\\ python -m pip install pybindgen"
32+ # - "%CPYTHON2DIR%\\python -m pip install pybindgen"
3433 - " %CPYTHON3DIR%\\ python -m pip install pybindgen"
3534 - go get -v -t ./...
3635
You can’t perform that action at this time.
0 commit comments