tox: PYTHONHASHSEED=0

This commit is contained in:
Jakub Warmuz
2015-03-18 15:04:27 +00:00
parent 2d9bce8a7f
commit d74ca1bbaa
+2
View File
@@ -12,6 +12,8 @@ commands =
setenv =
PYTHONPATH = {toxinidir}
PYTHONHASHSEED = 0
# https://testrun.org/tox/latest/example/basic.html#special-handling-of-pythonhas
[testenv:cover]
basepython = python2.7