File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 2929 displayName: 'Update build tools'
3030 - script : |
3131 python -m pip install --find-links %EXTRA_WHEELS% %DEPENDS%
32- python -m pip install nose mock coverage codecov
33- python -m pip install pytest
32+ python -m pip install nose mock coverage codecov pytest
3433 displayName: 'Install dependencies'
3534 - script : |
3635 python -m pip install .
4140 cd for_testing
4241 cp ../.coveragerc .
4342 nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
44- pytest -v ../nibabel/tests/test_affines.py ../nibabel/tests/test_volumeutils.py
4543 displayName: 'Nose tests'
4644 - script : |
4745 cd for_testing
Original file line number Diff line number Diff line change @@ -130,7 +130,6 @@ script:
130130 cd for_testing
131131 cp ../.coveragerc .
132132 nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
133- pytest -v ../nibabel/tests/test_affines.py ../nibabel/tests/test_volumeutils.py
134133 else
135134 false
136135 fi
You can’t perform that action at this time.
0 commit comments