File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,25 +20,6 @@ matrix:
2020 - name : " Python 3.5 on Xenial Linux"
2121 python : 3.5
2222 dist : xenial
23- - name : " Python 3.7.2 on macOS"
24- os : osx
25- osx_image : xcode10.14.3 # Python 3.7.2 running on macOS 10.14.3
26- language : shell # 'language: python' is an error on Travis CI macOS
27- before_install :
28- - bash -x init_env.sh -p
29- - source ~/.bashrc
30- - pyenv global 3.7.3
31- - pip install --upgrade pip
32- - pip install -r requirements.txt
33- - bash init_env.sh -i
34- # - name: "Python 3.7.3 on Windows"
35- # os: windows # Windows 10.0.17134 N/A Build 17134
36- # language: shell # 'language: python' is an error on Travis CI Windows
37- # before_install:
38- # - choco install python
39- # - python -m pip install --upgrade pip
40- # # - pip install configobj
41- # env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
4223addons :
4324 apt :
4425 packages :
You can’t perform that action at this time.
0 commit comments