From 2c26b785dbc15a735dfb3f18dc4d149690d95aff Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 24 Oct 2018 10:20:10 -0400 Subject: Attempt to fix test result publishing on Azure Pipelines --- azure-pipelines.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e73297d9..906ae1e3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,7 +38,7 @@ jobs: # Install dependencies - install specific PyPI packages with pip, including cmd2 dependencies - script: | - python -m pip install --upgrade pip && pip3 install --upgrade setuptools gnureadline tox + python -m pip install --upgrade pip && pip3 install --upgrade setuptools tox displayName: 'Upgrade pip and setuptools' continueOnError: false diff --git a/tox.ini b/tox.ini index ba4c38e7..f0d622cf 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ passenv = CI TRAVIS TRAVIS_* APPVEYOR* setenv = PYTHONPATH={toxinidir} extras = test commands = - py.test {posargs} --cov + py.test {posargs} --cov --junitxml=junit/test-results.xml codecov [testenv:docs] -- cgit v1.2.1