diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 30bf3d777..07d8bc7d4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -88,5 +88,5 @@ jobs: pip install -e . displayName: 'Build and install' - - script: python -m pytest tests --tb=native spacy + - script: python -m pytest tests displayName: 'Run tests'