graphene/tox.ini
2015-10-06 22:31:00 -07:00

21 lines
306 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.1a0
graphql-relay==0.1.3
flake8
six
blinker
singledispatch
commands=
py.test
flake8
[pytest]
DJANGO_SETTINGS_MODULE = tests.django_settings