Skip to content
Snippets Groups Projects
tox.ini 194 B
Newer Older
envlist = py36, py37, py38, flake8

[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 --ignore=F403,F405,F821,F841,W504 ckMseed