We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7187864 commit 9e4835fCopy full SHA for 9e4835f
.travis.yml
@@ -14,7 +14,9 @@ matrix:
14
- choco install python
15
- python -m pip install --upgrade pip
16
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
17
-install: pip3 install --upgrade pip # all three OSes agree about 'pip3'
+install:
18
+ - pip3 install --upgrade pip # all three OSes agree about 'pip3'
19
+ - pip install -r requirements.txt
20
# 'python' points to Python 2.7 on macOS but points to Python 3.7 on Linux and Windows
21
# 'python3' is a 'command not found' error on Windows but 'py' works on Windows only
22
script: python3 website.py || python website.py
0 commit comments