Skip to content

Commit e732727

Browse files
committed
CI: More dependencies under 3.9
1 parent 871a585 commit e732727

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
@@ -60,10 +60,10 @@ jobs:
6060
- python: 3.8
6161
env:
6262
- EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
63-
# test 3.9 against pre-release builds of numpy
63+
# test 3.9 against pre-release builds of dependencies that support it
6464
- python: 3.9
6565
env:
66-
- DEPENDS="numpy"
66+
- DEPENDS="numpy scipy h5py pillow pydicom"
6767
- EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
6868
# OSX Python support is basically accidental. Take whatever version we can
6969
# get and test with full dependencies...

0 commit comments

Comments
 (0)