Skip to content
Snippets Groups Projects
tox.ini 206 B
Newer Older
dsentinel's avatar
dsentinel committed
[tox]
envlist = py36, py37, py38, flake8

[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 --ignore=F401,F811,W504 bline
dsentinel's avatar
dsentinel committed

[testenv]