##// END OF EJS Templates
tox.ini: Add .eggs to norecursedirs...
Marc Abramowitz -
r5059:d741b99e default
parent child Browse files
Show More
@@ -1,16 +1,15 b''
1 [pytest]
1 [pytest]
2 norecursedirs = kallithea/tests/scripts .tox
2 norecursedirs = kallithea/tests/scripts .tox .eggs
3
4
3
5 [tox]
4 [tox]
6 envlist = py{26,27}-{pytest,nose}
5 envlist = py{26,27}-{pytest,nose}
7
6
8 [testenv]
7 [testenv]
9 setenv =
8 setenv =
10 PYTHONHASHSEED = 0
9 PYTHONHASHSEED = 0
11 deps =
10 deps =
12 nose: nose
11 nose: nose
13 pytest: pytest
12 pytest: pytest
14 commands =
13 commands =
15 nose: nosetests {posargs}
14 nose: nosetests {posargs}
16 pytest: py.test {posargs}
15 pytest: py.test {posargs}
General Comments 0
You need to be logged in to leave comments. Login now