summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2012-07-13 13:47:10 -0400
committerDan Prince <dprince@redhat.com>2012-07-13 13:59:56 -0400
commit1ef88fdd5bdab4a83c011277c6693c9ed500c0b7 (patch)
tree138d030c621e2ceaf0e44d2e13aa0224475cc9d3 /tox.ini
parent6cfd3abcaba29e493ce794c54b769c1aa2d2b336 (diff)
downloadnova-1ef88fdd5bdab4a83c011277c6693c9ed500c0b7.tar.gz
nova-1ef88fdd5bdab4a83c011277c6693c9ed500c0b7.tar.xz
nova-1ef88fdd5bdab4a83c011277c6693c9ed500c0b7.zip
Exclude openstack-common from pep8 checks.
Updates tox.ini and run_tests.sh to exclude openstack-common code from pep8 checks. Fixes LP Bug #1020792 Change-Id: I6bb9747f86f7677f0e9c4169c04d6f3fbd4b3480
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 4e1864d77..9d01d1450 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,7 +18,7 @@ downloadcache = ~/cache/pip
[testenv:pep8]
deps = pep8==1.1
-commands = python tools/hacking.py --ignore=N4 --repeat --show-source --exclude=.venv,.tox,dist,doc,*egg .
+commands = python tools/hacking.py --ignore=N4 --repeat --show-source --exclude=.venv,.tox,dist,doc,openstack,*egg .
[testenv:cover]
setenv = NOSE_WITH_COVERAGE=1