Add flake8 to automated tests

This commit is contained in:
Eduard Braun 2016-09-16 02:03:03 +02:00
parent fb9ffb3dbd
commit 79390dc0e4
2 changed files with 25 additions and 2 deletions

19
tox.ini
View file

@ -1,4 +1,23 @@
[tox]
envlist =
pypy
py27
py33
py34
py35
flake8
[testenv]
commands =
scour --version
python testscour.py
[testenv:flake8]
deps =
flake8
commands =
flake8 --max-line-length=119