Ensuring coverage is run. (#509)

This commit is contained in:
kevgliss 2016-11-17 11:11:09 -08:00 committed by GitHub
parent a9361fe428
commit d54a11ad11
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ test-js:
test-python:
@echo "--> Running Python tests"
py.test -v || exit 1
coverage run --source lemur -m py.test
@echo ""
lint: lint-python lint-js