From 9cbaf9b965619d8ae1f24e395a030ee6f98b8213 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sun, 29 Sep 2019 20:19:29 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a70d8849c..c23995de6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -98,5 +98,5 @@ jobs: pip install dist/$SDIST displayName: 'Install from sdist' - - script: python -m pytest spacy + - script: python -m pytest --pyargs spacy displayName: 'Run tests'