Merge "Set python hash seed to 0 in tox.ini"

This commit is contained in:
Jenkins
2014-08-01 22:39:36 +00:00
committed by Gerrit Code Review
+3
View File
@@ -5,6 +5,9 @@ envlist = pep8,py26,py27,docs
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
# Note the hash seed is set to 0 until barbican can be tested with a
# random hash seed successfully.
setenv = PYTHONHASHSEED=0
commands =
python setup.py testr --coverage