Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Jul 17, 2015
1 parent 1f66464 commit 92ca3df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
@@ -1,2 +1,6 @@
[zest.releaser]
create-wheel = yes

[flake8]
# Ignore files generated by Thrift
exclude = examples/keyvalue/keyvalue/service/*,examples/thrift_examples/hello/*,tchannel/zipkin/thrift/*
3 changes: 0 additions & 3 deletions tox.ini
Expand Up @@ -15,9 +15,6 @@ commands =
py.test --cov tchannel --cov-report=xml --cov-report=term-missing {posargs}

[flake8]
# Ignore files generated by Thrift
exclude =
examples/thrift_examples/hello/*,tchannel/zipkin/thrift/*

[docs]
commands = make docs

0 comments on commit 92ca3df

Please sign in to comment.