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 9acc769 + 049b1f1 commit 437073cCopy full SHA for 437073c
.azure-pipelines/windows.yml
@@ -41,7 +41,7 @@ jobs:
41
cd for_testing
42
cp ../.coveragerc .
43
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
44
- pytest -v ../nibabel/tests/test_affines.py
+ pytest -v ../nibabel/tests/test_affines.py ../nibabel/tests/test_volumeutils.py
45
displayName: 'Nose tests'
46
- script: |
47
.travis.yml
@@ -132,7 +132,7 @@ script:
132
133
134
135
136
else
137
false
138
fi
0 commit comments