##// END OF EJS Templates
tox.ini: Set PYTHONHASHSEED = 0...
Marc Abramowitz -
r5017:9c5e6984 default
parent child Browse files
Show More
@@ -2,6 +2,8 b''
2 envlist = py{26,27}-{pytest,nose}
2 envlist = py{26,27}-{pytest,nose}
3
3
4 [testenv]
4 [testenv]
5 setenv =
6 PYTHONHASHSEED = 0
5 deps =
7 deps =
6 nose: nose
8 nose: nose
7 pytest: pytest
9 pytest: pytest
General Comments 0
You need to be logged in to leave comments. Login now