Skip to content

Commit eec7bf8

Browse files
committed
Disable windows travis
1 parent 0ecde07 commit eec7bf8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
- name: "macOS"
2727
os: osx
2828
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
3838

3939
install:
4040
- python --version

0 commit comments

Comments
 (0)