Skip to content

Commit 88a81c3

Browse files
committed
makefile update
1 parent 4fc9ccc commit 88a81c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
PYTHON=python
3+
PYTHON=python3
44

55
help :
66
@echo "The following make targets are available:"
@@ -41,7 +41,7 @@ pep8 :
4141
flake8 examples/ ot/ test/
4242

4343
test : FORCE pep8
44-
python3 -m pytest -v test/ --cov=ot --cov-report html:cov_html
44+
$(PYTHON) -m pytest -v test/ --cov=ot --cov-report html:cov_html
4545

4646
pytest : FORCE
4747
python -m py.test -v test/ --cov=ot

0 commit comments

Comments
 (0)