mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
13 lines
142 B
INI
13 lines
142 B
INI
|
[tox]
|
||
|
envlist = py27
|
||
|
|
||
|
[testenv]
|
||
|
deps=
|
||
|
pytest>=2.7.2
|
||
|
django>=1.8.0,<1.9
|
||
|
flake8
|
||
|
singledispatch
|
||
|
commands=
|
||
|
py.test
|
||
|
flake8
|