summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-10-24 10:20:10 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-10-24 10:20:10 -0400
commit2c26b785dbc15a735dfb3f18dc4d149690d95aff (patch)
treeb9198631841cf7a609c27fc471c416381abb04ac /azure-pipelines.yml
parent88a50d443626c8a1d0708c5f28d3ae5ecb21eb1b (diff)
downloadcmd2-git-2c26b785dbc15a735dfb3f18dc4d149690d95aff.tar.gz
Attempt to fix test result publishing on Azure Pipelines
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 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