summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-09 07:44:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-09 07:44:03 +0000
commitbdce5ac931e8dd6f2a19c3e34a951e7189343bc7 (patch)
tree172912a41a67579a096fe92fb35972618854f33d /Makefile
parentAdding upstream version 0.15.9. (diff)
downloadgita-bdce5ac931e8dd6f2a19c3e34a951e7189343bc7.tar.xz
gita-bdce5ac931e8dd6f2a19c3e34a951e7189343bc7.zip
Adding upstream version 0.16.1.upstream/0.16.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c67d4a7..c2db6b9 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,9 @@
install:
pip3 install -e .
-test: clean
+test:
pytest tests --cov=./gita $(TEST_ARGS) -n=auto
-dist: clean
+dist:
python3 setup.py sdist
twine:
twine upload dist/*