diff options
| author | Eric Windisch <eric@cloudscaling.com> | 2012-07-13 16:31:30 -0400 |
|---|---|---|
| committer | Eric Windisch <eric@cloudscaling.com> | 2012-07-17 20:00:56 -0400 |
| commit | 96bfc33b393e1d7c4e6ea7dfc86b2b2246c6c97f (patch) | |
| tree | 61ed4ba2c20dfd3c19096822ac7995c7761544fc | |
| parent | ace759e55d7c87dc66a500d598d1355dd3c0408f (diff) | |
| download | oslo-96bfc33b393e1d7c4e6ea7dfc86b2b2246c6c97f.tar.gz oslo-96bfc33b393e1d7c4e6ea7dfc86b2b2246c6c97f.tar.xz oslo-96bfc33b393e1d7c4e6ea7dfc86b2b2246c6c97f.zip | |
Add test-options from Nova /w pyzmq
Change-Id: Ieebefee89483e5abbcefe1bb9059d89c91dc04df
| -rw-r--r-- | tools/test-options | 1 | ||||
| -rw-r--r-- | tox.ini | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tools/test-options b/tools/test-options new file mode 100644 index 0000000..0179a55 --- /dev/null +++ b/tools/test-options @@ -0,0 +1 @@ +pyzmq>=2.1.11 @@ -23,3 +23,9 @@ setenv = NOSE_WITH_COVERAGE=1 [testenv:venv] commands = {posargs} + +[testenv:full] +sitepackages = True +deps = -r{toxinidir}/tools/pip-requires + -r{toxinidir}/tools/test-requires + -r{toxinidir}/tools/test-options |
