mirror of https://github.com/explosion/spaCy.git
Update azure-pipelines.yml
This commit is contained in:
parent
70511ba965
commit
db9512f9e1
|
@ -59,7 +59,7 @@ jobs:
|
|||
pip install -r requirements.txt
|
||||
displayName: 'Install dependencies'
|
||||
|
||||
- script: flake8 . --count --exclude=spacy/compat.py,spacy/lang --select=E901,E999,F821,F822,F823 --show-source --statistics
|
||||
- script: python -m flake8 . --count --exclude=spacy/compat.py,spacy/lang --select=E901,E999,F821,F822,F823 --show-source --statistics
|
||||
displayName: 'flake8'
|
||||
|
||||
- script:
|
||||
|
|
Loading…
Reference in New Issue