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.
2 parents acd1a4c + 5f365a6 commit a374998Copy full SHA for a374998
docker/files/run_pytests.sh
@@ -26,7 +26,10 @@ fi
26
27
# Run tests using pytest
28
export COVERAGE_FILE=${WORKDIR}/tests/.coverage.py${PYTHON_VERSION}
29
-py.test -v --junitxml=${WORKDIR}/tests/pytests_py${PYTHON_VERSION}.xml --cov nipype --cov-config /src/nipype/.coveragerc --cov-report xml:${WORKDIR}/tests/coverage_py${PYTHON_VERSION}.xml ${TESTPATH}
+py.test -v --junitxml=${WORKDIR}/tests/pytests_py${PYTHON_VERSION}.xml \
30
+ --cov nipype --cov-config /src/nipype/.coveragerc \
31
+ --cov-report xml:${WORKDIR}/tests/coverage_py${PYTHON_VERSION}.xml \
32
+ -c ${TESTPATH}/pytest.ini ${TESTPATH}
33
exit_code=$?
34
35
# Collect crashfiles
0 commit comments