exclude indentation error
Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-python/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-python/commit/e63bf7f6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-python/tree/e63bf7f6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-python/diff/e63bf7f6 Branch: refs/heads/master Commit: e63bf7f697c50b9ec23496fc8dc39fe556f97cef Parents: 77ef0dd Author: EmergentOrder <[email protected]> Authored: Tue Nov 3 13:56:00 2015 -0400 Committer: EmergentOrder <[email protected]> Committed: Tue Nov 3 13:56:00 2015 -0400 ---------------------------------------------------------------------- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-python/blob/e63bf7f6/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 23d96e4..87b57e9 100644 --- a/tox.ini +++ b/tox.ini @@ -5,5 +5,9 @@ envlist = py27,py34 deps = flake8 pandas +[flake8] +ignore = E111 + + commands = flake8 --ignore=E501 --filename=*.py --exclude=doc,setup.py,*/tests/* python -m unittest discover --pattern=*.py tests
