Merge pull request #165 from IamAdiSri/master
Add a setup.cfg file to configure the behaviour of flake8
This commit is contained in:
Коммит
a9bee504a6
|
@ -4,7 +4,7 @@ python: 2.7
|
|||
|
||||
install: "pip install flake8"
|
||||
|
||||
script: "flake8 . --ignore=E501"
|
||||
script: "flake8 ."
|
||||
|
||||
notifications:
|
||||
email: webqa-ci@mozilla.org
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[flake8]
|
||||
ignore=E501
|
Загрузка…
Ссылка в новой задаче