onaplogging: Docstrings, refactor, type hinting
[logging-analytics.git] / pylog / tox.ini
index b5f2dd3..355385c 100644 (file)
@@ -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