Initial chekin post-discontinuity.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[tox]
|
||||
envlist=py{36,37,38,39}-{code-quality, unit} #, py37-sphinx
|
||||
skipsdist = true
|
||||
|
||||
[testenv]
|
||||
setenv =
|
||||
LANG = en_US.UTF-8
|
||||
deps = .[tests]
|
||||
commands =
|
||||
unit: py.test --strict --cov-report=term-missing --cov=heckweasel heckweasel/tests/unit {posargs}
|
||||
code-quality: flake8 heckweasel
|
||||
code-quality: black -l 120 --check heckweasel
|
||||
code-quality: - prospector -A
|
||||
code-quality: - mypy --ignore-missing-imports heckweasel
|
||||
# sphinx: python setup.py build_sphinx -b html
|
||||
# sphinx: python setup.py build_sphinx -b man
|
||||
basepython =
|
||||
py36: python3.6
|
||||
py37: python3.7
|
||||
py38: python3.8
|
||||
py39: python3.9
|
||||
|
||||
[flake8]
|
||||
max-line-length = 120
|
||||
Reference in New Issue
Block a user