1
0
Fork 0

Adding upstream version 1.4.19.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 20:54:12 +01:00
parent 1808f1db41
commit e27a3191ce
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 23 additions and 9 deletions

View file

@ -1,5 +1,5 @@
[tox]
envlist = py27,py35,py36,pypy
envlist = py27,py35,py36,pypy,pre-commit
tox_pip_extensions_ext_venv_update = true
[testenv]
@ -9,8 +9,11 @@ commands =
coverage erase
coverage run -m pytest {posargs:tests}
coverage report --fail-under 100
pre-commit install -f --install-hooks
pre-commit run --all-files
[testenv:pre-commit]
skip_install = true
deps = pre-commit
commands = pre-commit run --all-files --show-diff-on-failure
[flake8]
max-line-length = 119