File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
nipype/external/*
7
7
nipype/fixes/*
8
8
tools/*
9
+ doc/*
9
10
*/tests/*
10
11
include =
11
- tools/run_exaples .py
12
+ tools/run_examples .py
12
13
13
14
[report]
14
15
exclude_lines =
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ if [[ "${PYTHON_VERSION}" -ge "30" ]]; then
31
31
echo ' profile_runtime = true' >> ${HOME} /.nipype/nipype.cfg
32
32
py.test -n ${CIRCLE_NCPUS:- 1} -v --junitxml=${WORKDIR} /pytests_py${PYTHON_VERSION} _profiler.xml --cov-report xml:${WORKDIR} /coverage_py${PYTHON_VERSION} _profiler.xml /src/nipype/nipype/interfaces/tests/test_runtime_profiler.py && \
33
33
py.test -n ${CIRCLE_NCPUS:- 1} -v --junitxml=${WORKDIR} /pytests_py${PYTHON_VERSION} _multiproc.xml --cov-report xml:${WORKDIR} /coverage_py${PYTHON_VERSION} _multiproc.xml /src/nipype/nipype/pipeline/plugins/tests/test_multiproc* .py
34
- exit_code=$(( $exit_code + $? ))
34
+ exit_code=$(( $exit_code + $? ))
35
35
fi
36
36
37
37
find /src/nipype/ -name " crash-*" -exec mv {} ${WORKDIR} /crashfiles/ \;
Original file line number Diff line number Diff line change 1
1
[pytest]
2
- norecursedirs = .git build dist doc nipype/external tools examples tools src
2
+ norecursedirs = .git build dist doc nipype/external tools examples src
3
3
addopts = --doctest-modules
You can’t perform that action at this time.
0 commit comments