Clean up the pep8 directive in tox.ini

This commit is contained in:
Ryan Petrello
2013-05-03 11:14:11 -04:00
parent b5d6c41064
commit 4dd3cb3ff5

View File

@@ -54,4 +54,4 @@ commands=pecan create testing123
[testenv:pep8]
deps = pep8
commands = pep8 --repeat --show-source --exclude *compat*,resources.py pecan setup.py
commands = pep8 --repeat --show-source pecan setup.py