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 491020f commit 8868ac9Copy full SHA for 8868ac9
.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 %CD%\\nibabel\tests\test_affines.py
45
displayName: 'Nose tests'
46
- script: |
47
0 commit comments