Skip to content

Commit 491020f

Browse files
committed
testing windows installations
1 parent 7b70af7 commit 491020f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.azure-pipelines/windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ 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
33+
python -m pip install pytest
3234
displayName: 'Install dependencies'
3335
- script: |
34-
python -m pip install .[test]
36+
python -m pip install .
3537
SET NIBABEL_DATA_DIR=%CD%\\nibabel-data
3638
displayName: 'Install nibabel'
3739
- script: |

0 commit comments

Comments
 (0)