File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
# Run tests using pytest
24
24
cd /root/src/nipype/
25
25
make clean
26
- py.test -n ${CIRCLE_NCPUS:- 4} --doctest-modules --junitxml=/scratch/pytests_py{PYTHON_VERSION}.xml --cov-report xml:/scratch/coverage_py${PYTHON_VERSION} .xml --cov=nipype nipype
26
+ py.test -n ${CIRCLE_NCPUS:- 4} --doctest-modules --junitxml=/scratch/pytests_py$ {PYTHON_VERSION} .xml --cov-report xml:/scratch/coverage_py${PYTHON_VERSION} .xml --cov=nipype nipype
27
27
28
28
29
29
# Workaround: run here the profiler tests in python 3
30
30
if [[ " ${PYTHON_VERSION} " -ge " 30" ]]; then
31
31
echo ' [execution]' >> /root/.nipype/nipype.cfg
32
32
echo ' profile_runtime = true' >> /root/.nipype/nipype.cfg
33
- py.test -n ${CIRCLE_NCPUS:- 4} --junitxml=/scratch/pytests_py{PYTHON_VERSION}_profiler.xml --cov-report xml:/scratch/coverage_py${PYTHON_VERSION} _profiler.xml --cov=nipype nipype/interfaces/tests/test_runtime_profiler.py
34
- py.test -n ${CIRCLE_NCPUS:- 4} --junitxml=/scratch/pytests_py{PYTHON_VERSION}_multiproc.xml --cov-report xml:/scratch/coverage_py${PYTHON_VERSION} _multiproc.xml --cov=nipype nipype/pipeline/plugins/tests/test_multiproc* .py
33
+ py.test -n ${CIRCLE_NCPUS:- 4} --junitxml=/scratch/pytests_py$ {PYTHON_VERSION} _profiler.xml --cov-report xml:/scratch/coverage_py${PYTHON_VERSION} _profiler.xml --cov=nipype nipype/interfaces/tests/test_runtime_profiler.py
34
+ py.test -n ${CIRCLE_NCPUS:- 4} --junitxml=/scratch/pytests_py$ {PYTHON_VERSION} _multiproc.xml --cov-report xml:/scratch/coverage_py${PYTHON_VERSION} _multiproc.xml --cov=nipype nipype/pipeline/plugins/tests/test_multiproc* .py
35
35
fi
36
36
37
37
# Copy crashfiles to scratch
You can’t perform that action at this time.
0 commit comments