diff options
Diffstat (limited to 'vio/tox.ini')
-rw-r--r-- | vio/tox.ini | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/vio/tox.ini b/vio/tox.ini index cc9e5ad..bf5d800 100644 --- a/vio/tox.ini +++ b/vio/tox.ini @@ -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 vio + +[testenv:pep8] +deps=flake8 +commands=flake8 |