From fbdf9331e49049f3eab8c42ec358c22f4705cbda Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Mon, 18 Feb 2019 14:00:36 -0500 Subject: [PATCH] Fix test script Signed-off-by: Dan Ryan --- .azure-pipelines/steps/install-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/steps/install-dependencies.yml b/.azure-pipelines/steps/install-dependencies.yml index dfe733b6..16b3d6b8 100644 --- a/.azure-pipelines/steps/install-dependencies.yml +++ b/.azure-pipelines/steps/install-dependencies.yml @@ -1,3 +1,3 @@ steps: -- script: 'python -m pip install --upgrade pip && python -m pip install -e .' +- script: 'python -m pip install --upgrade pip && python -m pip install -e .[test]' displayName: Upgrade Pip & Install Pipenv