From b950e098060a8c015b2ef7b4196751151d39fd16 Mon Sep 17 00:00:00 2001 From: 3rdIteration Date: Sat, 2 May 2020 13:12:16 -0600 Subject: [PATCH] Update .travis.yml --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4341614c..c9f745e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + +allow_failures: + - env: PATH=/c/Python37:/c/Python37/Scripts:$PATH + - env: PATH=/c/Python36:/c/Python36/Scripts:$PATH \ No newline at end of file