mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-13 13:16:49 +03:00
19 lines
237 B
INI
19 lines
237 B
INI
[tox]
|
|
envlist = py27
|
|
|
|
[testenv]
|
|
deps=
|
|
pytest>=2.7.2
|
|
django>=1.8.0,<1.9
|
|
pytest-django
|
|
flake8
|
|
six
|
|
blinker
|
|
singledispatch
|
|
commands=
|
|
py.test
|
|
flake8
|
|
|
|
[pytest]
|
|
DJANGO_SETTINGS_MODULE = tests.django_settings
|