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 pytest>=2.7.2
django>=1.8.0,<1.9 django>=1.8.0,<1.9
pytest-django pytest-django
graphql-core==0.1a0 graphql-core==0.1a3
graphql-relay==0.2.0 graphql-relay==0.2.0
flake8
six six
blinker blinker
singledispatch singledispatch
setenv =
PYTHONPATH = .:{envdir}
commands= commands=
py.test py.test
flake8
[pytest] [pytest]
DJANGO_SETTINGS_MODULE = tests.django_settings DJANGO_SETTINGS_MODULE = tests.django_settings