graphene/tox.ini
2015-09-25 16:35:17 -07:00

15 lines
162 B
INI

[tox]
envlist = py27
[testenv]
deps=
pytest>=2.7.2
django>=1.8.0,<1.9
flake8
six
blinker
singledispatch
commands=
py.test
flake8