graphene-django/Makefile

5 lines
95 B
Makefile
Raw Normal View History

dev-setup:
pip install -e ".[test]"
tests:
py.test graphene_django --cov=graphene_django -vv