File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
dist : xenial # required for Python >= 3.7
2
2
language : python
3
3
matrix :
4
- allow_failures :
5
- - os : osx
6
- - os : windows
4
+ # allow_failures:
5
+ # - os: osx
6
+ # - os: windows
7
7
include :
8
- - os : osx
9
- sudo : required
10
- language : generic
11
8
- os : linux
12
9
sudo : required
13
10
python : 3.5
@@ -20,11 +17,14 @@ matrix:
20
17
- os : linux
21
18
sudo : required
22
19
python : 2.7
23
- - name : " Python 3.7.3 on Windows"
24
- os : windows # Windows 10.0.17134 N/A Build 17134
25
- language : shell # 'language: python' is an error on Travis CI Windows
26
- before_install : choco install python
27
- env : PATH=/c/Python37:/c/Python37/Scripts:$PATH
20
+ # - os: osx
21
+ # sudo: required
22
+ # language: generic
23
+ # - name: "Python 3.7.3 on Windows"
24
+ # os: windows # Windows 10.0.17134 N/A Build 17134
25
+ # language: shell # 'language: python' is an error on Travis CI Windows
26
+ # before_install: choco install python
27
+ # env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
28
28
before_install :
29
29
- ./.travis/before_install.sh
30
30
# command to install dependencies
You can’t perform that action at this time.
0 commit comments