Skip to content

Commit 676ac70

Browse files
committed
combined into one line
1 parent f1cee5f commit 676ac70

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ install:
2020
- SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
2121

2222
# Install the dependencies of the project.
23-
- pip install numpy scipy matplotlib nose h5py mock
24-
- pip install hypothesis
25-
- pip install pydicom
23+
- pip install numpy scipy matplotlib nose h5py mock hypothesis pydicom
2624
- pip install .
2725
- SET NIBABEL_DATA_DIR=%CD%\nibabel-data
2826

0 commit comments

Comments
 (0)