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 f844734 commit c7efd5bCopy full SHA for c7efd5b
Makefile
@@ -56,10 +56,10 @@ inplace:
56
$(PYTHON) setup.py build_ext -i
57
58
test-code: in
59
- py.test --doctest-modules nipype
+ $(PYTHON) -m pytest --doctest-modules nipype
60
61
test-coverage: clean-tests in
62
- py.test --doctest-modules --cov-config .coveragerc --cov=nipype nipype
+ $(PYTHON) -m pytest --doctest-modules --cov-config .coveragerc --cov=nipype nipype
63
64
test: tests # just another name
65
tests: clean test-code
0 commit comments