Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
2019-02-07 15:44:46 +00:00
parent df3ffa936b
commit 76be2d80a8

View File

@@ -46,7 +46,7 @@ steps:
- script: |
python -m pip install flake8
flake8 .
flake8 --max-line-length 120 --exclude rarfile.py,migrations
displayName: 'Run lint tests'
- script: |