From 2255afcb77902ef90595a582709e4c15afdb6f13 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Sat, 26 Apr 2014 23:40:02 +0200 Subject: [PATCH] Add to the tox.ini tests --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index 39efd7e..2e2707b 100644 --- a/tox.ini +++ b/tox.ini @@ -6,3 +6,8 @@ envlist = deps = commands = python setup.py test -q + python setup.py flake8 + +[flake8] +select = E,F,W +max_line_length = 79