changeset 643:81a30a63c431

cm: Ignore more things for pytest.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 14 Feb 2016 23:28:34 -0800
parents 79aefe82c6b6
children afd100ab86d0
files pytest.ini
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pytest.ini	Sun Feb 14 22:11:24 2016 -0800
+++ b/pytest.ini	Sun Feb 14 23:28:34 2016 -0800
@@ -1,3 +1,3 @@
 [pytest]
-norecursedirs = .* _darcs CVS .svn .git .hg *.egg-info dist build node_modules venv tmp* {args}
+norecursedirs = .* _darcs CVS .svn .git .hg *.egg-info dist build bower_components node_modules venv tmp* _cache {args}