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 8868ac9 commit 86fe29aCopy full SHA for 86fe29a
.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 %CD%\\nibabel\tests\test_affines.py
+ pytest -v nibabel\tests\test_affines.py
45
displayName: 'Nose tests'
46
- script: |
47
0 commit comments