Skip to content

Commit 3b76f04

Browse files
committed
Updated makefile with tox and develop command
1 parent 542e3c8 commit 3b76f04

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
test:
22
python setup.py test
33

4+
develop:
5+
pip install --editable .
6+
7+
tox-test:
8+
@tox
9+
410
release:
511
python scripts/make-release.py
612

0 commit comments

Comments
 (0)