🔥 ignore docs folder for style checking

This commit is contained in:
chfw 2018-11-06 18:16:51 +00:00
parent 88b2c03899
commit 311b696f1a
1 changed files with 1 additions and 1 deletions

View File

@ -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