summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2013-05-03 11:14:11 -0400
committerRyan Petrello <lists@ryanpetrello.com>2013-05-03 11:14:11 -0400
commit4dd3cb3ff5c0a726937d0409b102c40386212f3e (patch)
tree196d261d14ba77ce499ac4078a6a7d5d413540ff /tox.ini
parentb5d6c410646332a8a05936878bce0a551c658987 (diff)
downloadpecan-4dd3cb3ff5c0a726937d0409b102c40386212f3e.tar.gz
Clean up the pep8 directive in tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e121735..951b808 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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