##// END OF EJS Templates
tests: Move pytest config (norecursedirs) from tox.ini to setup.cfg...
Mads Kiilerich -
r5061:8c1258f6 default
parent child Browse files
Show More
@@ -10,6 +10,9 b' with-pylons = test.ini'
10 detailed-errors = 1
10 detailed-errors = 1
11 nologcapture = 1
11 nologcapture = 1
12
12
13 [pytest]
14 norecursedirs = kallithea/tests/scripts .tox .eggs
15
13 [compile_catalog]
16 [compile_catalog]
14 domain = kallithea
17 domain = kallithea
15 directory = kallithea/i18n
18 directory = kallithea/i18n
@@ -1,6 +1,3 b''
1 [pytest]
2 norecursedirs = kallithea/tests/scripts .tox .eggs
3
4 [tox]
1 [tox]
5 envlist = py{26,27}-{pytest,nose}
2 envlist = py{26,27}-{pytest,nose}
6
3
General Comments 0
You need to be logged in to leave comments. Login now