diff options
| -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 |
