Skip to content

Commit 4e8a40d

Browse files
committed
Add a Makefile
1 parent 4c6ad44 commit 4e8a40d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.PHONY: rtest build test
2+
3+
4+
build:
5+
python setup.py build_ext --inplace
6+
7+
test:
8+
python setup.py test -v
9+
10+
rtest:
11+
env PYTHONPATH=. \
12+
~/dev/venvs/36-debug/bin/python -m test.regrtest -R3:3 --testdir tests/

0 commit comments

Comments
 (0)