Set hash seed to 0 in gendocs environment

This was done in the venv environment to fix docs builds in the gate,
but they still fail randonly locally when using the tox environment to
build them. This change ensures the gendocs environment works for
generating documentation locally.

Change-Id: I41e4af9edaaa76b837a6c92a296b5738c85b632b
This commit is contained in:
Jay Faulkner 2015-04-07 13:32:53 -07:00
parent 0551aaa244
commit 021462beed
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ commands =
bash tools/config/generate_sample.sh -b . -p ironic -o etc/ironic
[testenv:gendocs]
setenv = PYTHONHASHSEED=0
sitepackages = False
envdir = {toxworkdir}/venv
commands =