Add PYTHONHASHSEED=0 to venv tox env

This is the environment used to generate docs in the check/gate, not
gendocs.

Change-Id: Ia026425f1a56d59c8d87a3ad44610c26fc286fad
This commit is contained in:
Jay Faulkner 2015-04-06 08:35:08 -07:00
parent e1ca8f4edf
commit 67a48c8cb1

@ -25,6 +25,7 @@ commands =
python setup.py testr --coverage {posargs:ironic_python_agent}
[testenv:venv]
setenv = PYTHONHASHSEED=0
commands = {posargs:}
[testenv:devenv]