mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-01-31 11:48:38 +03:00
5 lines
95 B
Makefile
5 lines
95 B
Makefile
|
dev-setup:
|
||
|
pip install -e ".[test]"
|
||
|
|
||
|
tests:
|
||
|
py.test graphene_django --cov=graphene_django -vv
|