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

[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 --ignore=F405,F403 coverplot
           flake8 tests
David Thomas's avatar
David Thomas committed

[testenv]
commands = python -m unittest