Fixed coverage

This commit is contained in:
Syrus Akbary 2016-09-08 22:26:31 -07:00
parent 9875526891
commit aaf7abe831
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
[run]
omit = graphene/utils/enum.py,*/tests/*
omit = graphene/pyutils/*,*/tests/*

View File

@ -1,9 +1,9 @@
[flake8]
exclude = setup.py,docs/*,*/examples/*,graphene/utils/enum.py,tests
exclude = setup.py,docs/*,*/examples/*,graphene/pyutils/*,tests
max-line-length = 120
[coverage:run]
omit = graphene/utils/enum.py,*/tests/*
omit = graphene/pyutils/*,*/tests/*
[isort]
known_first_party=graphene