diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-14 14:38:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-14 14:38:55 +0000 |
commit | 02662d8064822ac96da8161fba38272359b93fa6 (patch) | |
tree | d511e6d3988cff0375dc9443b7af7172da745850 /tox.ini | |
parent | Releasing debian version 2.4.1-1. (diff) | |
download | identify-02662d8064822ac96da8161fba38272359b93fa6.tar.xz identify-02662d8064822ac96da8161fba38272359b93fa6.zip |
Merging upstream version 2.4.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ extras = license commands = coverage erase coverage run -m pytest {posargs:tests} - coverage report --fail-under 100 + coverage report [testenv:pre-commit] skip_install = true |