2 envlist = py36,pep8,cov
6 downloadcache = ~/cache/pip
10 exclude = ./venv-tox,./.tox
14 deps = -r{toxinidir}/requirements.txt
15 commands = coverage run --branch manage.py test lcm
27 commands = coverage xml --omit="*test_*,*__init__.py,*site-packages*"