We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13d57b commit 7767498Copy full SHA for 7767498
.travis.yml
@@ -81,9 +81,9 @@ before_script:
81
script:
82
- |
83
if [ "$CHECK_TYPE" == "style" ]; then
84
- flake8 dmriprep
+ travis_wait 60 flake8 dmriprep
85
elif [ "$CHECK_TYPE" == "test" ]; then
86
- pytest -n 2 -vv --doctest-modules --cov dmriprep --cov-config .coveragerc --cov-report xml:cov.xml dmriprep
+ travis_wait 60 pytest -n 2 -vv --doctest-modules --cov dmriprep --cov-config .coveragerc --cov-report xml:cov.xml dmriprep
87
else
88
false
89
fi
dmriprep/data/tests/dwi_b0.nii.gz
-6 Bytes
0 commit comments