Skip to content

Commit 1cedbff

Browse files
committed
added Makefile
1 parent c333ffe commit 1cedbff

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Makefile

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
dev:
2+
pip install -e .[dev]
3+
4+
install:
5+
pip install .
6+
7+
build: dev
8+
python -m build
9+
10+
11+
upload: build
12+
twine upload dist/*
13+
14+
test:
15+
pytest --ignore tests/test_huge_message.py
16+
17+
test-extended:
18+
pytest
19+

0 commit comments

Comments
 (0)