Skip to content

Commit 9e4835f

Browse files
committed
Parallel test runs on Linux, macOS, and Windows..
1 parent 7187864 commit 9e4835f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ matrix:
1414
- choco install python
1515
- python -m pip install --upgrade pip
1616
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
17-
install: pip3 install --upgrade pip # all three OSes agree about 'pip3'
17+
install:
18+
- pip3 install --upgrade pip # all three OSes agree about 'pip3'
19+
- pip install -r requirements.txt
1820
# 'python' points to Python 2.7 on macOS but points to Python 3.7 on Linux and Windows
1921
# 'python3' is a 'command not found' error on Windows but 'py' works on Windows only
2022
script: python3 website.py || python website.py

0 commit comments

Comments
 (0)