From 3a1d15d1cae41515ba41daae8d3424a58b2c4fbf Mon Sep 17 00:00:00 2001 From: Scot Hacker Date: Tue, 2 Aug 2016 00:18:21 -0700 Subject: [PATCH] More excludes in tox.ini --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index a0d1671..a4a5f5e 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ deps = flake8 commands = flake8 . [testenv:flake8py3] -basepython = python3.4 +basepython = python3.5 deps = flake8 commands = flake8 . @@ -21,4 +21,4 @@ commands = flake8 . # TODO: reduce max-complexity, ideally to 10 max-line-length = 120 max-complexity = 21 -exclude = build,dist,docs/conf.py,*/migrations,*.egg-info +exclude = [build, lib, bin, dist, docs/conf.py, */migrations, *.egg-info]