From 058cb0ab85415d8d76838c80f619950ba6be0480 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 24 Oct 2018 10:08:33 -0400 Subject: attempt 2 --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1