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 3589a1c commit b950e09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ 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
jobs:
allow_failures:
- env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
- 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

0 comments on commit b950e09

Please sign in to comment.