add pep8 check
[multicloud/framework.git] / multivimbroker / tox.ini
index 9292301..88d43d9 100644 (file)
@@ -1,5 +1,5 @@
 [tox]
-envlist = py27
+envlist = py27,pep8
 skipsdist = true
 
 [tox:jenkins]
@@ -8,3 +8,7 @@ downloadcache = ~/cache/pip
 [testenv]
 deps = -r{toxinidir}/requirements.txt
 commands = coverage run --branch manage.py test multivimbroker
+
+[testenv:pep8]
+deps=flake8
+commands=flake8