2 envlist = py27,pep8,cov
6 downloadcache = ~/cache/pip
9 ignore = E501,W293,E128,W291
12 deps = -r{toxinidir}/requirements.txt
13 commands = coverage run --branch manage.py test mgr
24 commands = coverage html --omit="*test_*,*__init__.py,*site-packages*" -d htmlcov