Skip to content

Commit 86fe29a

Browse files
committed
yet another command for windows
1 parent 8868ac9 commit 86fe29a

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 %CD%\\nibabel\tests\test_affines.py
44+
pytest -v nibabel\tests\test_affines.py
4545
displayName: 'Nose tests'
4646
- script: |
4747
cd for_testing

0 commit comments

Comments
 (0)