Skip to content

Commit 075cbcd

Browse files
committed
Make Makefile use pytest from the chosen Python interpreter
1 parent a65de1e commit 075cbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PROJECT_DIR = $(abspath .)
22
EXTENSIONS_DIR = ${PROJECT_DIR}/fidimag/extensions
33
PYTHON = python3
4-
PYTEST = py.test-3
4+
PYTEST = ${PYTHON} -m pytest
55

66
#####################
77
# Cython Extensions #

0 commit comments

Comments
 (0)