[tox] minversion = 1.6 envlist = py27,pep8 [testenv] deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt [testenv:pep8] commands = flake8 [testenv:venv] commands = {posargs} [testenv:mkical] commands = mkdir -p ical python arbiter/jobs.py -i ./ical -c [flake8] show-source = True exclude = .venv,.tox,dist,doc,*.egg