Merge pull request #60 from timothyjlaurent/#59-fix-test-django-settings

#59 fix test django settings
This commit is contained in:
Syrus Akbary 2017-01-14 18:38:47 -08:00 committed by GitHub
commit 5d6c7f2dc3
2 changed files with 2 additions and 3 deletions

2
pytest.ini Normal file
View File

@ -0,0 +1,2 @@
[pytest]
DJANGO_SETTINGS_MODULE = django_test_settings

View File

@ -1,9 +1,6 @@
[aliases]
test=pytest
[tool:pytest]
DJANGO_SETTINGS_MODULE = django_test_settings
[flake8]
exclude = setup.py,docs/*,examples/*,tests,graphene_django/debug/sql/*
max-line-length = 120