From 59c39079fd00d6c55c00599051544fc44c21d1ef Mon Sep 17 00:00:00 2001 From: ajurna Date: Fri, 15 Feb 2019 16:42:14 +0000 Subject: [PATCH] update for devops --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6094ba8..a6b6197 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,8 +39,8 @@ steps: print('##vso[task.setvariable variable=projectRoot]{}'.format(project_location)) - script: | - python -m pip install --upgrade pip setuptools wheel - pip install -r requirements.txt + python -m pip install --upgrade pip setuptools wheel pipenv + pipenv install --system pip install unittest-xml-reporting displayName: 'Install prerequisites'