[tox] envlist = {py34,py35,py36}-django-110 [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 deps = django-111: Django>=1.11b1,<2.0 -r{toxinidir}/requirements_test.txt basepython = py36: python3.6 py35: python3.5 py34: python3.4