We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41d958 commit 6fd5062Copy full SHA for 6fd5062
1 file changed
tox.ini
@@ -18,7 +18,9 @@ commands = flake8 {posargs}
18
[testenv]
19
usedevelop = True
20
install_command = pip install {opts} {packages}
21
-setenv = VIRTUAL_ENV={envdir}
+setenv =
22
+ VIRTUAL_ENV={envdir}
23
+ ZOOKEEPER_VERSION={env:ZOOKEEPER_VERSION:}
24
deps = -r{toxinidir}/requirements.txt
25
-r{toxinidir}/requirements_sphinx.txt
26
commands = {toxinidir}/ensure-zookeeper-env.sh nosetests {posargs: -d -v --with-coverage kazoo.tests}
0 commit comments