mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 23:34:17 +00:00
Add to the tox.ini tests
This commit is contained in:
parent
eb6025ebff
commit
2255afcb77
1 changed files with 5 additions and 0 deletions
5
tox.ini
5
tox.ini
|
|
@ -6,3 +6,8 @@ envlist =
|
||||||
deps =
|
deps =
|
||||||
commands =
|
commands =
|
||||||
python setup.py test -q
|
python setup.py test -q
|
||||||
|
python setup.py flake8
|
||||||
|
|
||||||
|
[flake8]
|
||||||
|
select = E,F,W
|
||||||
|
max_line_length = 79
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue