File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ jobs:
26
26
- name : " macOS"
27
27
os : osx
28
28
osx_image : xcode11.2
29
- - name : " Windows"
30
- os : windows
31
- before_install :
32
- - powershell Install-WindowsFeature Net-Framework-Core
33
- - choco install make
34
- - choco install python-x86_32 --version=2.7.11
35
- - choco install vcpython27
36
- - python -m pip install --upgrade pip
37
- env : PATH=/c/tools/python-x86_32:/c/tools/python-x86_32/Scripts:$PATH
29
+ # - name: "Windows"
30
+ # os: windows
31
+ # before_install:
32
+ # - powershell Install-WindowsFeature Net-Framework-Core
33
+ # - choco install make
34
+ # - choco install python-x86_32 --version=2.7.11
35
+ # - choco install vcpython27
36
+ # - python -m pip install --upgrade pip
37
+ # env: PATH=/c/tools/python-x86_32:/c/tools/python-x86_32/Scripts:$PATH
38
38
39
39
install :
40
40
- python --version
You can’t perform that action at this time.
0 commit comments