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 86fe29a commit eae2b04Copy full SHA for eae2b04
.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
45
displayName: 'Nose tests'
46
- script: |
47
.travis.yml
@@ -132,7 +132,7 @@ script:
132
133
134
135
- pytest -v nibabel/tests/test_affines.py
136
else
137
false
138
fi
0 commit comments