mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-17 19:52:23 +03:00
Install all dev dependencies for flake8 and black tox envs
This commit is contained in:
parent
b1cebefb38
commit
2710a2a49b
4
tox.ini
4
tox.ini
|
@ -28,12 +28,12 @@ commands = {posargs:py.test --cov=graphene_django graphene_django examples}
|
|||
|
||||
[testenv:black]
|
||||
basepython = python3.7
|
||||
deps = black
|
||||
deps = -e.[dev]
|
||||
commands =
|
||||
black --exclude "/migrations/" graphene_django examples setup.py --check
|
||||
|
||||
[testenv:flake8]
|
||||
basepython = python3.7
|
||||
deps = flake8
|
||||
deps = -e.[dev]
|
||||
commands =
|
||||
flake8 graphene_django examples
|
||||
|
|
Loading…
Reference in New Issue
Block a user