at 17.09-beta 547 B view raw
1diff -r ad8325924f04 pytest.ini 2--- /dev/null Thu Jan 01 00:00:00 1970 +0000 3+++ b/pytest.ini Fri Sep 30 12:28:39 2016 +0200 4@@ -0,0 +1,4 @@ 5+[pytest] 6+-norecursedirs = .git .* *.egg* old docs dist build 7+-addopts = -rwv 8+ 9diff -r ad8325924f04 setup.cfg 10--- a/setup.cfg Fri Sep 30 09:22:39 2016 +0200 11+++ b/setup.cfg Fri Sep 30 12:28:39 2016 +0200 12@@ -12,10 +12,6 @@ 13 pycodestyle >= 2.0.0, < 2.1.0 14 mccabe >= 0.5.0, < 0.6.0 15 16-[pytest] 17-norecursedirs = .git .* *.egg* old docs dist build 18-addopts = -rw 19- 20 [egg_info] 21 tag_build = 22 tag_date = 0