We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65de1e commit 075cbcdCopy full SHA for 075cbcd
Makefile
@@ -1,7 +1,7 @@
1
PROJECT_DIR = $(abspath .)
2
EXTENSIONS_DIR = ${PROJECT_DIR}/fidimag/extensions
3
PYTHON = python3
4
-PYTEST = py.test-3
+PYTEST = ${PYTHON} -m pytest
5
6
#####################
7
# Cython Extensions #
0 commit comments