Skip to content

Commit 63322f2

Browse files
committed
travis updated for windows
1 parent a1440a4 commit 63322f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
env: PATH=/c/Python36:/c/Python36/Scripts:$PATH
2020
install:
2121
- pip3 install --upgrade pip # all three OSes agree about 'pip3'
22-
- pip install -r requirements.txt
23-
- pip install explainx
22+
- pip3 install -r requirements.txt
23+
- pip3 install explainx
2424

2525
# 'python' points to Python 2.7 on macOS but points to Python 3.8 on Linux and Windows
2626
# 'python3' is a 'command not found' error on Windows but 'py' works on Windows only

0 commit comments

Comments
 (0)