Skip to content

Commit c52cb1b

Browse files
committed
travis updated
1 parent 63322f2 commit c52cb1b

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.travis.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
python:
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
2013
install:
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

0 commit comments

Comments
 (0)