We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a50d4 commit 2c26b78Copy full SHA for 2c26b78
azure-pipelines.yml
@@ -38,7 +38,7 @@ jobs:
38
39
# Install dependencies - install specific PyPI packages with pip, including cmd2 dependencies
40
- script: |
41
- python -m pip install --upgrade pip && pip3 install --upgrade setuptools gnureadline tox
+ python -m pip install --upgrade pip && pip3 install --upgrade setuptools tox
42
displayName: 'Upgrade pip and setuptools'
43
continueOnError: false
44
tox.ini
@@ -9,7 +9,7 @@ passenv = CI TRAVIS TRAVIS_* APPVEYOR*
9
setenv = PYTHONPATH={toxinidir}
10
extras = test
11
commands =
12
- py.test {posargs} --cov
+ py.test {posargs} --cov --junitxml=junit/test-results.xml
13
codecov
14
15
[testenv:docs]
0 commit comments