summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-10-24 10:08:33 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-10-24 10:08:33 -0400
commit058cb0ab85415d8d76838c80f619950ba6be0480 (patch)
tree490b6d11b62b54cee6752a50341ac07303d0f024 /azure-pipelines.yml
parente8fa0157a27c375b4f8c98d0600d302e7cad16dc (diff)
downloadcmd2-git-058cb0ab85415d8d76838c80f619950ba6be0480.tar.gz
attempt 2
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index fbb9eb62..e73297d9 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -39,7 +39,6 @@ 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
- pip install -e .
displayName: 'Upgrade pip and setuptools'
continueOnError: false