summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndrew Laski <andrew.laski@rackspace.com>2013-03-25 16:41:46 -0400
committerAndrew Laski <andrew.laski@rackspace.com>2013-03-25 16:57:06 -0400
commitd7f1a71311dc8da730d281ac8c73618d3c00dc02 (patch)
tree71b81c434238b2b8a6df4806a556ef88ea5dcdf2 /tox.ini
parent09c8626bdc3b6eed3e5b72d12c3095d470643a54 (diff)
downloadpython-novaclient-d7f1a71311dc8da730d281ac8c73618d3c00dc02.tar.gz
Don't check build/ for pep8 violations
There's no need to run pep8 on the build dir, and it contains E502 false positives due to some part of the build process adding line continuations in places that they're not needed. Change-Id: I7ea19aea2b9e46503aa8acc06ce6b9d7ea18113a
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 4d5dbdcb..e4458844 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ commands = python setup.py testr --testr-args='{posargs}'
deps = pep8==1.3.3
commands =
pep8 --ignore=E12,E711,E721,E712 --show-source \
- --exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg .
+ --exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build .
[testenv:venv]
commands = {posargs}