Skip to content

Commit 144fadc

Browse files
committed
add Makefile
1 parent 1356623 commit 144fadc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
test:
2+
pytest tests
3+
4+
clean:
5+
rm -fr dist build pytest_echo.egg-info .coverage ./~build
6+
7+
fullclean: clean
8+
rm -fr .tox .cache .pytest_cache
9+
find . -name '*.pyc' -exec rm -f {} +

0 commit comments

Comments
 (0)