Merge "Set python hash seed to 0 in tox.ini"
This commit is contained in:
commit
81c2440286
3
tox.ini
3
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user