Update azure-pipelines.yml

This commit is contained in:
Ines Montani 2019-09-29 19:22:09 +02:00
parent c72c8794dd
commit 6a5433236b

View File

@ -98,5 +98,5 @@ jobs:
pip install dist/$SDIST
displayName: 'Install from sdist'
- script: python -m pytest spacy/tests
- script: python -m pytest spacy
displayName: 'Run tests'