File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 1- language : python # this works for Linux but is an error on macOS or Windows
1+ language : python # this works for Linux but is an error on macOS or Windows
22python :
33 - " 3.6" # current default Python on Travis CI
44 - " 3.7"
@@ -10,17 +10,10 @@ jobs:
1010 os : osx
1111 osx_image : xcode11.2 # Python 3.7.4 running on macOS 10.14.4
1212 language : shell # 'language: python' is an error on Travis CI macOS
13- - name : " Python 3.6.0 on Windows"
14- os : windows # Windows 10.0.17134 N/A Build 17134
15- language : shell # 'language: python' is an error on Travis CI Windows
16- before_install :
17- - choco install python --version 3.6.0
18- - python -m pip install --upgrade pip
19- env : PATH=/c/Python36:/c/Python36/Scripts:$PATH
2013install :
2114 - pip3 install --upgrade pip # all three OSes agree about 'pip3'
22- - pip3 install -r requirements.txt
23- - pip3 install explainx
15+ - pip install -r requirements.txt
16+ - pip install explainx
2417
2518# 'python' points to Python 2.7 on macOS but points to Python 3.8 on Linux and Windows
2619# 'python3' is a 'command not found' error on Windows but 'py' works on Windows only
You can’t perform that action at this time.
0 commit comments