-
Maeva Pourpoint authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
tox.ini 193 B
[tox]
envlist = py36, py37, py38, flake8
[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 --ignore=F403,F405,F821,F841,W504 fixhdr
[testenv]
commands = python -m unittest