mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-26 03:23:55 +03:00
Fixed #9. Improved tox testing
This commit is contained in:
parent
63f320e92b
commit
11300ab5f5
6
tox.ini
6
tox.ini
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user