Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
myslak71 committed Oct 26, 2019
1 parent 93b2bc7 commit 8c48420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ safety: ## run safety check
safety check -r requirements.txt -r requirements-dev.txt

unittests: ## run pytest with coverage and -s flag for debugging
pytest --cov=vater tests/ -s -vv --cov-report
pytest --cov=vater tests/ -s -vv

yamllint: ## run yamllint
yamllint .

0 comments on commit 8c48420

Please sign in to comment.