diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ commands = black -v -l79 --check {toxinidir} flake8 {posargs} +[testenv:venv] +commands = {posargs} + [flake8] # E123, E125 skipped as they are invalid PEP-8. |