removing --pyargs for testing purposes

This commit is contained in:
svlandeg 2020-02-24 09:19:08 +01:00
parent d821c95eb0
commit 6f846c2cbf
1 changed files with 1 additions and 1 deletions

View File

@ -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'