]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Exempt openstack-common from pep8 check
authorKevin L. Mitchell <kevin.mitchell@rackspace.com>
Mon, 6 Aug 2012 15:00:17 +0000 (10:00 -0500)
committerKevin L. Mitchell <kevin.mitchell@rackspace.com>
Mon, 6 Aug 2012 15:00:17 +0000 (10:00 -0500)
The openstack-common project already does its own pep8 checks; we
don't need to duplicate the effort.  This also avoids issues with
pep8 version skew between projects.

Change-Id: I50d6e1b21c743d811e44b415017ca7e19687c9c2

tox.ini

diff --git a/tox.ini b/tox.ini
index 823b6b2e335ca088b1f52658326c690124d01f39..1c490a6bfac885905df958b5740fea2bacefac02 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -21,7 +21,7 @@ downloadcache = ~/cache/pip
 [testenv:pep8]
 deps = pep8
        setuptools_git>=0.4
-commands = pep8 --repeat --show-source --ignore=E125 --exclude=.venv,.tox,dist,doc,*egg .
+commands = pep8 --repeat --show-source --ignore=E125 --exclude=.venv,.tox,dist,doc,openstack,*egg .
 
 [testenv:cover]
 setenv = NOSE_WITH_COVERAGE=1