Skip to content

Commit

Permalink
mirror #985
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Dec 2, 2024
1 parent 7b1cceb commit d4da1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# ----------------------------------------------------------------------------

ifeq ($(WITH_DOCTEST), TRUE)
TEST_COMMAND = python setup.py test -a --doctest-modules --doctest-glob='*.pyx'
TEST_COMMAND = pytest --doctest-modules --doctest-glob='*.pyx'
else
TEST_COMMAND = python setup.py test
TEST_COMMAND = pytest
endif

.PHONY: doc lint test
Expand Down

0 comments on commit d4da1da

Please sign in to comment.