Skip to content

Commit 2c26b78

Browse files
committed
Attempt to fix test result publishing on Azure Pipelines
1 parent 88a50d4 commit 2c26b78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Install dependencies - install specific PyPI packages with pip, including cmd2 dependencies
4040
- script: |
41-
python -m pip install --upgrade pip && pip3 install --upgrade setuptools gnureadline tox
41+
python -m pip install --upgrade pip && pip3 install --upgrade setuptools tox
4242
displayName: 'Upgrade pip and setuptools'
4343
continueOnError: false
4444

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ passenv = CI TRAVIS TRAVIS_* APPVEYOR*
99
setenv = PYTHONPATH={toxinidir}
1010
extras = test
1111
commands =
12-
py.test {posargs} --cov
12+
py.test {posargs} --cov --junitxml=junit/test-results.xml
1313
codecov
1414

1515
[testenv:docs]

0 commit comments

Comments
 (0)