Skip to content

Commit

Permalink
Merge pull request googleapis#2020 from daspecster/tox-pycodestyle-co…
Browse files Browse the repository at this point in the history
…nfig

Change [pep8]-> [pycodestyle] in tox.ini
  • Loading branch information
daspecster authored Nov 4, 2016
2 parents 1f9b5bd + 4970a63 commit 21c169d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/generate_json_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ def main():
if args.show_toc:
print(json.dumps(toc, indent=4))


if __name__ == '__main__':
main()
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ deps =
passenv =
{[testenv:docs]passenv}

[pep8]
[pycodestyle]
exclude =
docs/conf.py,
bigtable/google/cloud/bigtable/_generated/*,
Expand All @@ -211,7 +211,7 @@ commands =
python {toxinidir}/scripts/run_pylint.py
deps =
{[testing]deps}
pycodestyle
pycodestyle >= 2.1.0
pylint >= 1.6.4
passenv = {[testenv:system-tests]passenv}

Expand Down

0 comments on commit 21c169d

Please sign in to comment.