diff options
author | Mark McLoughlin <markmc@redhat.com> | 2013-01-21 09:12:55 +0000 |
---|---|---|
committer | Mark McLoughlin <markmc@redhat.com> | 2013-01-21 09:58:17 +0000 |
commit | 8c6a4c7523910e0745ae06194fa9484e45feb190 (patch) | |
tree | a10e5adb81a30ab3b72ac6e1abc1b28d402fdc42 /tools | |
parent | 27cc655c8046d5f3d59c72934ed11067e0e1e8f1 (diff) | |
download | oslo-config-8c6a4c7523910e0745ae06194fa9484e45feb190.tar.gz |
Add oslo-config project infrastructure
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pip-requires | 1 | ||||
-rw-r--r-- | tools/test-requires | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tools/pip-requires b/tools/pip-requires new file mode 100644 index 0000000..1352d5e --- /dev/null +++ b/tools/pip-requires @@ -0,0 +1 @@ +argparse diff --git a/tools/test-requires b/tools/test-requires new file mode 100644 index 0000000..264047e --- /dev/null +++ b/tools/test-requires @@ -0,0 +1,8 @@ +mox +nose +nose-exclude + +# when we can require tox>= 1.4, this can go into tox.ini: +# [testenv:cover] +# deps = {[testenv]deps} coverage +coverage |