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 3f43727 commit 94dc327Copy full SHA for 94dc327
.azure-pipelines/windows.yml
@@ -43,7 +43,7 @@ jobs:
43
if %CHECK_TYPE%=="nosetests" (
44
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
45
) else (
46
- pytest --doctest-modules --cov nibabel -v --pyargs nibabel --deselect streamlines
+ pytest --cov nibabel -v --pyargs nibabel --deselect streamlines
47
)
48
displayName: 'Nose tests'
49
- script: |
.travis.yml
@@ -139,7 +139,7 @@ script:
139
mkdir for_testing
140
cd for_testing
141
cp ../.coveragerc .
142
143
else
144
false
145
fi
0 commit comments