Run pylint parallel (#27919)

This commit is contained in:
Pascal Vizeli
2019-10-19 13:42:49 +02:00
committed by GitHub
parent 1f96a7becf
commit 1c0814d6f6

View File

@@ -167,7 +167,7 @@ stages:
displayName: 'Install Home Assistant'
- script: |
. venv/bin/activate
pylint homeassistant
pylint -j 2 homeassistant
displayName: 'Run pylint'
- job: 'Mypy'
pool: