diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-07-16 05:43:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-07-16 05:43:00 +0000 |
commit | 85e8dc18fe8b9a1a5a7be27fb5a4565bf40a6581 (patch) | |
tree | 2f0ccb73ce0586d9e8313c17087052cf3f218848 /Makefile | |
parent | Adding upstream version 0.16.4. (diff) | |
download | gita-upstream/0.16.5.tar.xz gita-upstream/0.16.5.zip |
Adding upstream version 0.16.5.upstream/0.16.5
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ install: pip3 install -e . test: - pytest tests --cov=./gita $(TEST_ARGS) -n=auto + pytest tests --cov=./gita $(TEST_ARGS) -n=auto -vv dist: python3 setup.py sdist twine: |