Lint stuff

This commit is contained in:
rocky
2015-12-11 18:49:12 -05:00
parent b3c8cbb83f
commit 39842cef1f
9 changed files with 711 additions and 78 deletions

View File

@@ -60,7 +60,7 @@ sdist:
#: Style check. Set env var LINT to pyflakes, flake, or flake8
lint:
$(LINT) trepan_deparse/deparser.py
$(LINT) uncompyle6
#: Create binary egg distribution
bdist_egg: