Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
3rdIteration committed May 2, 2020
1 parent b950e09 commit 9050388
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,11 @@ jobs:
- choco install python --version 3.6.0
- python -m pip install --upgrade pip
env: PATH=/c/Python36:/c/Python36/Scripts:$PATH

allow_failures:
- env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
- env: PATH=/c/Python36:/c/Python36/Scripts:$PATH
install: pip3 install -r requirements.txt
# 'python' points to Python 2.7 on macOS but points to Python 3.8 on Linux and Windows
# 'python3' is a 'command not found' error on Windows but 'py' works on Windows only
script: python3 run-all-tests.py --no-pause -vv || python run-all-tests.py --no-pause -vv

allow_failures:
- env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
- env: PATH=/c/Python36:/c/Python36/Scripts:$PATH

0 comments on commit 9050388

Please sign in to comment.