diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/* |