Skip to content

Commit 343fda6

Browse files
committed
ci: disable py2 in appveyor
1 parent fea0a83 commit 343fda6

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Diff for: appveyor.yml

+8-9
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,23 @@ branches:
1313
environment:
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

2524
build_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

0 commit comments

Comments
 (0)