Skip to content

Commit 6fd5062

Browse files
committed
Fix the missing environment varible of CI.
1 parent b41d958 commit 6fd5062

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ commands = flake8 {posargs}
1818
[testenv]
1919
usedevelop = True
2020
install_command = pip install {opts} {packages}
21-
setenv = VIRTUAL_ENV={envdir}
21+
setenv =
22+
VIRTUAL_ENV={envdir}
23+
ZOOKEEPER_VERSION={env:ZOOKEEPER_VERSION:}
2224
deps = -r{toxinidir}/requirements.txt
2325
-r{toxinidir}/requirements_sphinx.txt
2426
commands = {toxinidir}/ensure-zookeeper-env.sh nosetests {posargs: -d -v --with-coverage kazoo.tests}

0 commit comments

Comments
 (0)