summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2014-05-05 17:39:40 -0500
committerBrant Knudson <bknudson@us.ibm.com>2014-05-05 19:41:23 -0500
commitb4f346749b3acf4ef8048f5f5078a7dc897d483a (patch)
tree62834af87f28f796bee80e7857aa54369f8083bc /tox.ini
parent62aca6f0b4351de00a139170fda669d2e1fed094 (diff)
downloadpython-keystoneclient-b4f346749b3acf4ef8048f5f5078a7dc897d483a.tar.gz
Sync with oslo-incubator 2640847
Sync with oslo-incubator commit 2640847e3df7720457103d2111846c27fc8fdcd5 . First, remove the existing code to cleanup: $ rm -r keyestoneclient/openstack/* Then, sync from oslo-incubator: $ python update.py ../python-keystoneclient Change-Id: Ic94906002e0257ffc56245e49890e7ee2f3b4a2a
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 af4f33b..e922f1e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,7 +38,7 @@ commands =
# H803 Commit message should not end with a period (do not remove per list discussion)
ignore = F821,H304,H803
show-source = True
-exclude = .venv,.tox,dist,doc,*egg,build
+exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*
[testenv:docs]
commands=