Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure-pipelines/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cd for_testing
cp ../.coveragerc .
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
pytest -v ../nibabel/tests/test_affines.py
pytest -v ../nibabel/tests/test_affines.py ../nibabel/tests/test_volumeutils.py
displayName: 'Nose tests'
- script: |
cd for_testing
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ script:
cd for_testing
cp ../.coveragerc .
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
pytest -v ../nibabel/tests/test_affines.py
pytest -v ../nibabel/tests/test_affines.py ../nibabel/tests/test_volumeutils.py
else
false
fi
Expand Down
Loading