Fix tests for python2.
This commit is contained in:
parent
3eef4a2f8b
commit
416e154359
3 changed files with 6 additions and 4 deletions
3
Makefile
3
Makefile
|
|
@ -18,4 +18,5 @@ $(DESTDIR)$(PREFIX)/python/matrix/%.py: matrix/%.py phony
|
|||
install -Dm644 $< $@
|
||||
|
||||
test:
|
||||
$(PYTHON) -m pytest
|
||||
python3 -m pytest
|
||||
python2 -m pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue