mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-13 05:06:47 +03:00
21 lines
324 B
INI
21 lines
324 B
INI
[tox]
|
|
envlist = py27,py33,py34,py35,pypy
|
|
|
|
[testenv]
|
|
deps=
|
|
pytest>=2.7.2
|
|
django>=1.8.0,<1.9
|
|
pytest-django
|
|
graphql-core==0.4.7b0
|
|
graphql-relay==0.3.3
|
|
six
|
|
blinker
|
|
singledispatch
|
|
setenv =
|
|
PYTHONPATH = .:{envdir}
|
|
commands=
|
|
py.test
|
|
|
|
[pytest]
|
|
DJANGO_SETTINGS_MODULE = tests.django_settings
|