graphene/tox.ini

21 lines
322 B
INI
Raw Normal View History

2015-09-24 12:11:50 +03:00
[tox]
2015-10-06 08:59:23 +03:00
envlist = py27,py33,py34,py35,pypy
2015-09-24 12:11:50 +03:00
[testenv]
deps=
pytest>=2.7.2
django>=1.8.0,<1.9
2015-09-30 09:40:40 +03:00
pytest-django
graphql-core==0.1a4
graphql-relay==0.2.0
2015-09-26 02:35:17 +03:00
six
blinker
2015-09-24 12:11:50 +03:00
singledispatch
2015-10-11 03:50:41 +03:00
setenv =
PYTHONPATH = .:{envdir}
2015-09-24 12:11:50 +03:00
commands=
py.test
2015-09-30 09:40:40 +03:00
[pytest]
DJANGO_SETTINGS_MODULE = tests.django_settings