Merge pull request #153 from yzguy/pep8-to-pycodestyle

migrate from pep8 to pycodestyle #152
This commit is contained in:
Ross McFarland
2017-11-24 08:48:03 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,5 +17,5 @@ fi
SOURCES="*.py octodns/*.py octodns/*/*.py tests/*.py"
pep8 --ignore=E221,E241,E251 $SOURCES
pycodestyle --ignore=E221,E241,E251,E722 $SOURCES
pyflakes $SOURCES
+1 -1
View File
@@ -62,7 +62,7 @@ test =
coverage
mock
nose
pep8
pycodestyle
pyflakes
requests_mock
setuptools>=36.4.0