Merge branch 'stable'

This commit is contained in:
Takeshi KOMIYA
2016-10-02 00:44:49 +09:00
2 changed files with 13 additions and 2 deletions
+4 -1
View File
@@ -35,7 +35,7 @@ all: clean-pyc clean-backupfiles style-check test
style-check:
@$(PYTHON) utils/check_sources.py $(DONT_CHECK) .
clean: clean-pyc clean-pycache clean-patchfiles clean-backupfiles clean-generated clean-testfiles
clean: clean-pyc clean-pycache clean-patchfiles clean-backupfiles clean-generated clean-testfiles clean-buildfiles
clean-pyc:
find . -name '*.pyc' -exec rm -f {} +
@@ -59,6 +59,9 @@ clean-testfiles:
rm -rf tests/build
rm -rf .tox/
clean-buildfiles:
rm -rf build
pylint:
@pylint --rcfile utils/pylintrc sphinx