From 94b2943fcbac63aec4a1f5e1d02aed39d15b7cad Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 12 Sep 2018 14:07:21 -0400 Subject: Trying to fix macOS YAML-based test failures --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 73a992ed..c19cb9d6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -34,7 +34,7 @@ jobs: # Install dependencies - install specific PyPI packages with pip, including cmd2 dependencies - script: | - python -m pip install --upgrade pip && pip3 install --upgrade setuptools + python -m pip install --upgrade pip && pip3 install --upgrade setuptools gnureadline pip install -e . displayName: 'Upgrade pip and setuptools' continueOnError: false @@ -47,6 +47,7 @@ jobs: py.test tests --cov --junitxml=junit/test-results.xml codecov displayName: 'Run tests and code coverage' + continueOnError: false # Publish test results to the Azure DevOps server - task: PublishTestResults@2 -- cgit v1.2.1