Skip to content

Commit d29ea7b

Browse files
committed
fix: error in Makefile
1 parent 406ab58 commit d29ea7b

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
@@ -56,7 +56,7 @@ inplace:
5656
$(PYTHON) setup.py build_ext -i
5757

5858
test-code: in
59-
py.test --doctest-module nipype
59+
py.test --doctest-modules nipype
6060

6161
test-coverage: clean-tests in
6262
py.test --doctest-modules --cov-config .coveragerc --cov=nipype nipype

0 commit comments

Comments
 (0)