graphene-django/Makefile
2019-04-26 13:14:28 +01:00

5 lines
95 B
Makefile

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