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 29
29
displayName: 'Update build tools'
30
30
- script : |
31
31
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
34
33
displayName: 'Install dependencies'
35
34
- script : |
36
35
python -m pip install .
41
40
cd for_testing
42
41
cp ../.coveragerc .
43
42
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
44
- pytest -v ../nibabel/tests/test_affines.py ../nibabel/tests/test_volumeutils.py
45
43
displayName: 'Nose tests'
46
44
- script : |
47
45
cd for_testing
Original file line number Diff line number Diff line change @@ -130,7 +130,6 @@ script:
130
130
cd for_testing
131
131
cp ../.coveragerc .
132
132
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
133
- pytest -v ../nibabel/tests/test_affines.py ../nibabel/tests/test_volumeutils.py
134
133
else
135
134
false
136
135
fi
You can’t perform that action at this time.
0 commit comments