From 96bfc33b393e1d7c4e6ea7dfc86b2b2246c6c97f Mon Sep 17 00:00:00 2001 From: Eric Windisch Date: Fri, 13 Jul 2012 16:31:30 -0400 Subject: Add test-options from Nova /w pyzmq Change-Id: Ieebefee89483e5abbcefe1bb9059d89c91dc04df --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 6437a5c..ad97255 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- cgit