From 6f846c2cbf1a0a2b4ceaffb83dd8e3d43a22e03e Mon Sep 17 00:00:00 2001 From: svlandeg Date: Mon, 24 Feb 2020 09:19:08 +0100 Subject: [PATCH] removing --pyargs for testing purposes --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 054365336..316ac0c68 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -99,5 +99,5 @@ jobs: pip install dist/$SDIST displayName: 'Install from sdist' - - script: python -m pytest --pyargs spacy + - script: python -m pytest spacy displayName: 'Run tests'