summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/test-options1
-rw-r--r--tox.ini6
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
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