File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -13,24 +13,23 @@ branches:
13
13
environment :
14
14
GOPATH : c:\gopath
15
15
GOPY_APPVEYOR_CI : ' 1'
16
- GODEBUG : ' cgocheck=0'
17
16
GOTRACEBACK : ' crash'
18
- PYTHONUNBUFFERED : " 1"
19
- CPYTHON2DIR : " C:\\ Python27-x64"
17
+ # CPYTHON2DIR: "C:\\Python27-x64"
20
18
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%'
22
21
23
- stack : go 1.11
22
+ stack : go 1.12
24
23
25
24
build_script :
26
25
- python --version
27
- - " %CPYTHON2DIR%\\ python --version"
26
+ # - "%CPYTHON2DIR%\\python --version"
28
27
- " %CPYTHON3DIR%\\ python --version"
29
- - " %CPYTHON2DIR%\\ python -m pip install --upgrade pip"
28
+ # - "%CPYTHON2DIR%\\python -m pip install --upgrade pip"
30
29
- " %CPYTHON3DIR%\\ python -m pip install --upgrade pip"
31
- - " %CPYTHON2DIR%\\ python -m pip install cffi"
30
+ # - "%CPYTHON2DIR%\\python -m pip install cffi"
32
31
- " %CPYTHON3DIR%\\ python -m pip install cffi"
33
- - " %CPYTHON2DIR%\\ python -m pip install pybindgen"
32
+ # - "%CPYTHON2DIR%\\python -m pip install pybindgen"
34
33
- " %CPYTHON3DIR%\\ python -m pip install pybindgen"
35
34
- go get -v -t ./...
36
35
You can’t perform that action at this time.
0 commit comments