Removing unneeded directory

This commit is contained in:
kevgliss
2015-07-21 09:50:33 -07:00
parent aeda0886b8
commit 309590fb6b
2 changed files with 9 additions and 2 deletions

View File

@ -65,7 +65,7 @@ lint: lint-python lint-js
lint-python:
@echo "--> Linting Python files"
PYFLAKES_NODOCTEST=1 flake8 lemur tests
PYFLAKES_NODOCTEST=1 flake8 lemur
@echo ""
lint-js: