wagtail-longclaw/tox.ini

16 wiersze
460 B
INI
Czysty Zwykły widok Historia

2017-02-03 10:04:57 +00:00
[tox]
envlist =
{py34,py35,py36}-django-110
2017-02-03 10:04:57 +00:00
[testenv]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/longclaw
commands = coverage run --source longclaw runtests.py
coverage xml --omit=*/apps.py,*/migrations/*,*/__init__.py,*/gateways/braintree.py,*/gateways/stripe.py,*/bin/longclaw.py
2017-02-03 10:04:57 +00:00
deps =
2018-03-23 21:33:15 +00:00
django-111: Django>=1.11b1,<2.0
2017-02-03 10:04:57 +00:00
-r{toxinidir}/requirements_test.txt
basepython =
py36: python3.6
2017-02-03 10:04:57 +00:00
py35: python3.5
py34: python3.4