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 c71b8ac commit 05359e7Copy full SHA for 05359e7
.travis.yml
@@ -71,7 +71,7 @@ install:
71
script:
72
- |
73
if [ "$CHECK_TYPE" = "test" ]; then
74
- py.test -v --cov nipype --cov-config .coveragerc --cov-report xml:cov.xml -c nipype/pytest.ini --doctest-modules nipype -n auto
+ py.test -sv --cov nipype --cov-config .coveragerc --cov-report xml:cov.xml -c nipype/pytest.ini --doctest-modules nipype -n auto
75
fi
76
77
if [ "$CHECK_TYPE" = "specs" ]; then
0 commit comments