summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-12-21 20:00:04 -0500
committerMatthewLi <matthew.lijun@huawei.com>2016-12-21 20:00:58 -0500
commit8f3a955068dbeb6470ff0ff8e133645509f0dae1 (patch)
tree9a0759f855af7beed5e16e5fac0635a4a4c0e7c0 /tox.ini
parent1124a453feb24308f58bda363c229f632cafd82f (diff)
dovetail tool: flake8 support in tox
JIRA: DOVETAIL-168 Change-Id: I1659e906c8ec810b6e21cc13da4e54a06d5ab80b Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 606bcf62..5ed0ecca 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
-envlist = py27
+envlist = py27,pep8
[testenv]
basepython=python2
@@ -28,4 +28,4 @@ commands = python setup.py testr --coverage \
[flake8]
show-source = True
ignore = E123,E125,H803
-exclude = .tox,dist,docs,.egg,build,.venv,.git
+exclude = .tox,dist,docs,*egg,build,.venv,.git