add pyflakes to pytest

This commit is contained in:
Bastian Schroll 2019-10-23 22:12:42 +02:00
parent 1d90b3d38b
commit 7d2e7597f7
No known key found for this signature in database
GPG key ID: 0AE96912A20E9F5F
2 changed files with 2 additions and 1 deletions

View file

@ -10,4 +10,5 @@ mkdocs
pytest
pytest-cov
pytest-pep8
pytest-flakes
pytest-randomly

View file

@ -8,7 +8,7 @@
# by Bastian Schroll
[pytest]
addopts = -v --pep8 --cov=boswatch/ --cov-report=term-missing --log-level=CRITICAL
addopts = -v --pep8 --flakes --cov=boswatch/ --cov-report=term-missing --log-level=CRITICAL
# classic or progress
console_output_style = progress