Merge pull request #165 from IamAdiSri/master

Add a setup.cfg file to configure the behaviour of flake8
This commit is contained in:
Bob Silverberg 2015-05-15 09:37:18 -04:00
Родитель 9eef8d65e5 27743b6310
Коммит a9bee504a6
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@ python: 2.7
install: "pip install flake8"
script: "flake8 . --ignore=E501"
script: "flake8 ."
notifications:
email: webqa-ci@mozilla.org

2
setup.cfg Normal file
Просмотреть файл

@ -0,0 +1,2 @@
[flake8]
ignore=E501