Changeset - 9c5e6984bd0e
[Not reviewed]
default
0 1 0
Marc Abramowitz - 11 years ago 2015-04-15 02:34:44
marc@marc-abramowitz.com
tox.ini: Set PYTHONHASHSEED = 0

because there is some non-deterministic stuff that can fail without this
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
tox.ini
Show inline comments
 
[tox]
 
envlist = py{26,27}-{pytest,nose}
 

	
 
[testenv]
 
setenv =
 
    PYTHONHASHSEED = 0
 
deps =
 
    nose: nose
 
    pytest: pytest
 
commands =
 
    nose: nosetests {posargs}
 
    pytest: py.test {posargs}
0 comments (0 inline, 0 general)