graphene/tox.ini

15 lines
162 B
INI
Raw Normal View History

2015-09-24 12:11:50 +03:00
[tox]
envlist = py27
[testenv]
deps=
pytest>=2.7.2
django>=1.8.0,<1.9
flake8
2015-09-26 02:35:17 +03:00
six
blinker
2015-09-24 12:11:50 +03:00
singledispatch
commands=
py.test
flake8