Skip to content

Commit 7b70af7

Browse files
committed
adding pytest to the windows env
1 parent c99ef12 commit 7b70af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ jobs:
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
3332
displayName: 'Install dependencies'
3433
- script: |
35-
python -m pip install .
34+
python -m pip install .[test]
3635
SET NIBABEL_DATA_DIR=%CD%\\nibabel-data
3736
displayName: 'Install nibabel'
3837
- script: |
3938
mkdir for_testing
4039
cd for_testing
4140
cp ../.coveragerc .
4241
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
42+
pytest -v nibabel/tests/test_affines.py
4343
displayName: 'Nose tests'
4444
- script: |
4545
cd for_testing

0 commit comments

Comments
 (0)