Update makefile

This commit is contained in:
Jonathan Kim 2019-06-10 10:53:27 -07:00
parent 26b3365c0c
commit ab6e31d69a

View File

@ -5,7 +5,7 @@ tests:
py.test graphene_django --cov=graphene_django -vv py.test graphene_django --cov=graphene_django -vv
format: format:
black graphene_django black --exclude "/migrations/" graphene_django examples
lint: lint:
flake8 graphene_django flake8 graphene_django examples