summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDevananda van der Veen <devananda.vdv@gmail.com>2013-12-23 16:36:00 -0800
committerDevananda van der Veen <devananda.vdv@gmail.com>2013-12-27 15:34:14 -0800
commit252ddedd6d63bb16d06734b0998d0233dcc8a04a (patch)
tree6c5713ec1a5dd6814a408116a08e026c936d3f2c /tox.ini
parent76272077ac9cbdf58ada3877e124fbb58d4cbeff (diff)
downloadironic-252ddedd6d63bb16d06734b0998d0233dcc8a04a.tar.gz
Sync config module from oslo
Add 'config' to openstack-common so that it syncs from Oslo, move tools/conf -> tools/config to be able to sync from Oslo, and then sync the changes which are proposed in oslo-incubator commit Iee6cc05cad70963f2a151f595ac376c9338f5774. Change-Id: I32a80b0e2aa0e26b9fc78b7546c07e102639374e
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 14937b13c..02dab34bf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,7 +21,7 @@ downloadcache = ~/cache/pip
[testenv:pep8]
commands =
flake8 {posargs}
- {toxinidir}/tools/conf/check_uptodate.sh
+ {toxinidir}/tools/config/check_uptodate.sh
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}