Skip to content

Commit 8868ac9

Browse files
committed
trying a different pytest command for windows
1 parent 491020f commit 8868ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cd for_testing
4242
cp ../.coveragerc .
4343
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
44-
pytest -v nibabel/tests/test_affines.py
44+
pytest -v %CD%\\nibabel\tests\test_affines.py
4545
displayName: 'Nose tests'
4646
- script: |
4747
cd for_testing

0 commit comments

Comments
 (0)