aboutsummaryrefslogtreecommitdiffstats
path: root/pylog/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'pylog/tox.ini')
-rw-r--r--pylog/tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/pylog/tox.ini b/pylog/tox.ini
index b5f2dd3..355385c 100644
--- a/pylog/tox.ini
+++ b/pylog/tox.ini
@@ -1,5 +1,6 @@
[tox]
envlist =
+ py27
py36
py37
py38
@@ -18,6 +19,9 @@ deps = -r{toxinidir}/test_requirements.txt
setenv = PYTHONPATH={toxinidir}/
commands = pytest
+[flake8]
+ignore = E271, E125, E128, E127
+
[testenv:pep8]
basepython = python3
deps=flake8