changeset 5017:9c5e6984bd0e

tox.ini: Set PYTHONHASHSEED = 0 because there is some non-deterministic stuff that can fail without this
author Marc Abramowitz <marc@marc-abramowitz.com>
date Tue, 14 Apr 2015 17:34:44 -0700
parents 46662961d58d
children cf8c3cf122a0
files tox.ini
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tox.ini	Tue Apr 14 15:35:11 2015 -0700
+++ b/tox.ini	Tue Apr 14 17:34:44 2015 -0700
@@ -2,6 +2,8 @@
 envlist = py{26,27}-{pytest,nose}
 
 [testenv]
+setenv =
+    PYTHONHASHSEED = 0
 deps =
     nose: nose
     pytest: pytest