From 086b267bdbf0debaca0eeb92bc69f225ef8dc5e1 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sat, 9 Mar 2019 00:20:44 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7df776910..056cfaff2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -54,14 +54,14 @@ jobs: versionSpec: '$(python.version)' architecture: 'x64' - - script: flake8 . --count --exclude=spacy/compat.py,spacy/lang --select=E901,E999,F821,F822,F823 --show-source --statistics - displayName: 'flake8' - - script: | python -m pip install --upgrade pip pip install -r requirements.txt displayName: 'Install dependencies' + - script: flake8 . --count --exclude=spacy/compat.py,spacy/lang --select=E901,E999,F821,F822,F823 --show-source --statistics + displayName: 'flake8' + - script: python setup.py build_ext --inplace pip install -e .