graphene/tox.ini
2015-11-19 08:37:15 -08:00

30 lines
470 B
INI

[tox]
envlist = flake8,py27,py33,py34,py35,pypy
skipsdist = true
[testenv]
deps=
pytest>=2.7.2
django>=1.8.0,<1.9
pytest-django
graphql-django-view>=1.0.0
graphql-core==0.4.9
graphql-relay==0.3.3
six
blinker
singledispatch
mock
setenv =
PYTHONPATH = .:{envdir}
commands=
py.test
[testenv:flake8]
deps = flake8
commands =
pip install -e .
flake8 graphene
[pytest]
DJANGO_SETTINGS_MODULE = tests.django_settings