Fixed #9. Improved tox testing

This commit is contained in:
Syrus Akbary 2015-10-10 17:50:41 -07:00
parent 63f320e92b
commit 11300ab5f5

View File

@ -6,15 +6,15 @@ deps=
pytest>=2.7.2
django>=1.8.0,<1.9
pytest-django
graphql-core==0.1a0
graphql-core==0.1a3
graphql-relay==0.2.0
flake8
six
blinker
singledispatch
setenv =
PYTHONPATH = .:{envdir}
commands=
py.test
flake8
[pytest]
DJANGO_SETTINGS_MODULE = tests.django_settings