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 baab901 commit d9c385aCopy full SHA for d9c385a
.azure-pipelines/windows.yml
@@ -114,7 +114,7 @@ jobs:
114
mkdir for_testing
115
cd for_testing
116
cp ../.coveragerc .
117
- pytest --cov nibabel -v --pyargs nibabel
+ pytest --doctest-modules --cov nibabel -v --pyargs nibabel
118
displayName: 'Pytest tests'
119
condition: and(succeeded(), eq(variables['CHECK_TYPE'], 'test'))
120
- script: |
.travis.yml
@@ -206,7 +206,7 @@ script:
206
207
208
209
210
else
211
false
212
fi
0 commit comments