##// END OF EJS Templates
tox.ini: Add .eggs to norecursedirs...
Marc Abramowitz -
r5059:d741b99e default
parent child Browse files
Show More
@@ -1,6 +1,5 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}
General Comments 0
You need to be logged in to leave comments. Login now