From 311b696f1a3ebca8dbce2fab9d24beba747fe5bc Mon Sep 17 00:00:00 2001 From: chfw Date: Tue, 6 Nov 2018 18:16:51 +0000 Subject: [PATCH] :fire: ignore docs folder for style checking --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 100b35e..b8b24a3 100644 --- a/test.sh +++ b/test.sh @@ -1,2 +1,2 @@ pip freeze -nosetests --with-cov --cover-package lml --cover-package tests --with-doctest --doctest-extension=.rst README.rst tests docs/source lml && flake8 . --exclude=.moban.d --builtins=unicode,xrange,long +nosetests --with-cov --cover-package lml --cover-package tests --with-doctest --doctest-extension=.rst README.rst tests docs/source lml && flake8 . --exclude=.moban.d,docs --builtins=unicode,xrange,long