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 11dist : xenial # required for Python >= 3.7
22language : python
33matrix :
4- allow_failures :
5- - os : osx
6- - os : windows
4+ # allow_failures:
5+ # - os: osx
6+ # - os: windows
77 include :
8- - os : osx
9- sudo : required
10- language : generic
118 - os : linux
129 sudo : required
1310 python : 3.5
@@ -20,11 +17,14 @@ matrix:
2017 - os : linux
2118 sudo : required
2219 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
2828before_install :
2929 - ./.travis/before_install.sh
3030# command to install dependencies
You can’t perform that action at this time.
0 commit comments