diff options
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |