[bugfix]: Fix test command in Makefile.

pull/34/head
mikefreemanwd 2 years ago
parent 668d7ef756
commit 6bc1bbbb34
  1. 2
      Makefile

@ -29,7 +29,7 @@ dev:
python3 -m pip install pytest-ordering
test:
python3 -m py.test -r s -s tests
python3 -m pytest -r s -s tests
install:
python3 -m pip install -e .

Loading…
Cancel
Save