Skip to content

Commit 310b6d8

Browse files
committed
Add pillow to dependencies, add old pillow to test with old pydicom.
1 parent 05abf3f commit 310b6d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ addons:
2020
- libatlas-base-dev
2121
env:
2222
global:
23-
- DEPENDS="numpy scipy matplotlib h5py"
23+
- DEPENDS="numpy scipy matplotlib h5py pillow"
2424
- PYDICOM=1
2525
- INSTALL_TYPE="setup"
2626
python:
@@ -44,7 +44,7 @@ matrix:
4444
# Minimum pydicom dependency
4545
- python: 2.7
4646
env:
47-
- DEPENDS="numpy==1.5.1 pydicom==0.9.7"
47+
- DEPENDS="numpy==1.5.1 pydicom==0.9.7 pillow==2.6"
4848
# test against numpy 1.7
4949
- python: 2.7
5050
env:

0 commit comments

Comments
 (0)