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 406ab58 commit d29ea7bCopy full SHA for d29ea7b
Makefile
@@ -56,7 +56,7 @@ inplace:
56
$(PYTHON) setup.py build_ext -i
57
58
test-code: in
59
- py.test --doctest-module nipype
+ py.test --doctest-modules nipype
60
61
test-coverage: clean-tests in
62
py.test --doctest-modules --cov-config .coveragerc --cov=nipype nipype
0 commit comments