Skip to content

Commit eae2b04

Browse files
committed
fixing path to the test
1 parent 86fe29a commit eae2b04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 ../nibabel/tests/test_affines.py
4545
displayName: 'Nose tests'
4646
- script: |
4747
cd for_testing

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ script:
132132
cd for_testing
133133
cp ../.coveragerc .
134134
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
135-
pytest -v nibabel/tests/test_affines.py
135+
pytest -v ../nibabel/tests/test_affines.py
136136
else
137137
false
138138
fi

0 commit comments

Comments
 (0)