We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1440a4 commit 63322f2Copy full SHA for 63322f2
.travis.yml
@@ -19,8 +19,8 @@ jobs:
19
env: PATH=/c/Python36:/c/Python36/Scripts:$PATH
20
install:
21
- pip3 install --upgrade pip # all three OSes agree about 'pip3'
22
- - pip install -r requirements.txt
23
- - pip install explainx
+ - pip3 install -r requirements.txt
+ - pip3 install explainx
24
25
# 'python' points to Python 2.7 on macOS but points to Python 3.8 on Linux and Windows
26
# 'python3' is a 'command not found' error on Windows but 'py' works on Windows only
0 commit comments