##// END OF EJS Templates
tox.ini: Set PYTHONHASHSEED = 0...
Marc Abramowitz -
r5017:9c5e6984 default
parent child Browse files
Show More
@@ -1,10 +1,12 b''
1 [tox]
1 [tox]
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
8 commands =
10 commands =
9 nose: nosetests {posargs}
11 nose: nosetests {posargs}
10 pytest: py.test {posargs}
12 pytest: py.test {posargs}
General Comments 0
You need to be logged in to leave comments. Login now