summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2012-09-05 11:33:40 +0100
committerMark McLoughlin <markmc@redhat.com>2012-09-05 13:08:31 +0100
commite09a12138494e78055f03afa68da661befaa16c4 (patch)
tree8a29d72e18f26307832b20f7552ac8cca5f970bb /tox.ini
parent103f692fd78cc9ac7c188736b1abf07d855ab140 (diff)
downloadkeystone-e09a12138494e78055f03afa68da661befaa16c4.tar.gz
keystone-e09a12138494e78055f03afa68da661befaa16c4.tar.xz
keystone-e09a12138494e78055f03afa68da661befaa16c4.zip
Sync latest cfg from openstack-common
Syncs the following changes from stable/folsom: 4dc2043 cfg: clean up None value handling 513bd3a Allow set_default and set_override to use None 0a36c92 Tilde expansion for --config-file and --config-dir 038d597 Add import_opt() method to ConfigOpts 90da88c Modifies _is_opt_registered fcn to check for duplicate opts 3af0786 cfg: Fix typo in documentation 9f93872 Update common code to support pep 1.3. bug 1014216 fb0f00e Use 'is not None' instead of '!= None' d1ec5ce Add support to include config aliases Also, exclude keystone/openstack/common from pep8 checks because it is pep8-checked in openstack-common anyway and all pep8 fixes would need to go into openstack-common first. Change-Id: Ie6354251942648c16c2be270af2b95f3f45e27ed
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 5dd354ba..ec562420 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,7 @@ commands = bash run_tests.sh -N --no-pep8
[testenv:pep8]
deps = pep8==1.3.3
-commands = pep8 --exclude=vcsversion.py,*.pyc --repeat --show-source bin doc httpd keystone setup.py tests
+commands = pep8 --exclude=vcsversion.py,*.pyc,openstack --repeat --show-source bin doc httpd keystone setup.py tests
[tox:jenkins]
downloadcache = ~/cache/pip