Ignore migrations

This commit is contained in:
Jonathan Kim 2019-06-10 10:48:48 -07:00
parent 569a285361
commit 9e0f257263

View File

@ -30,7 +30,7 @@ commands = {posargs:py.test --cov=graphene_django graphene_django examples}
basepython = python3.7 basepython = python3.7
deps = black deps = black
commands = commands =
black graphene_django examples --check black --exclude "/migrations/" graphene_django examples --check
[testenv:flake8] [testenv:flake8]
basepython = python3.7 basepython = python3.7