Merge "Allow tox to be run with python 3"

This commit is contained in:
Jenkins 2016-07-13 20:44:07 +00:00 committed by Gerrit Code Review
commit a5cf20a7b0
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ commands = python setup.py build_sphinx
# E126 continuation line over-indented for hanging indent
# E128 continuation line under-indented for visual indent
# E129 visually indented line with same indent as next logical line
# E265 block comment should start with #
# E265 block comment should start with '# '
# H405 multi line docstring summary not separated with an empty line
# TODO(marun) H404 multi line docstring should start with a summary
# N524 contextlib.nested is deprecated