##// 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 1 [pytest]
2 norecursedirs = kallithea/tests/scripts .tox
3
2 norecursedirs = kallithea/tests/scripts .tox .eggs
4 3
5 4 [tox]
6 5 envlist = py{26,27}-{pytest,nose}
General Comments 0
You need to be logged in to leave comments. Login now