mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-19 04:32:25 +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]
|
[testenv:black]
|
||||||
basepython = python3.7
|
basepython = python3.7
|
||||||
deps = black
|
deps = -e.[dev]
|
||||||
commands =
|
commands =
|
||||||
black --exclude "/migrations/" graphene_django examples setup.py --check
|
black --exclude "/migrations/" graphene_django examples setup.py --check
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
basepython = python3.7
|
basepython = python3.7
|
||||||
deps = flake8
|
deps = -e.[dev]
|
||||||
commands =
|
commands =
|
||||||
flake8 graphene_django examples
|
flake8 graphene_django examples
|
||||||
|
|
Loading…
Reference in New Issue
Block a user