add pep8 check
[multicloud/framework.git] / multivimbroker / tox.ini
1 [tox]
2 envlist = py27,pep8
3 skipsdist = true
4
5 [tox:jenkins]
6 downloadcache = ~/cache/pip
7
8 [testenv]
9 deps = -r{toxinidir}/requirements.txt
10 commands = coverage run --branch manage.py test multivimbroker
11
12 [testenv:pep8]
13 deps=flake8
14 commands=flake8