graphene/tox.ini
2015-10-05 23:06:49 -07:00

19 lines
257 B
INI

[tox]
envlist = py27,py33,py34,py35,pypy
[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