We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871a585 commit e732727Copy full SHA for e732727
.travis.yml
@@ -60,10 +60,10 @@ jobs:
60
- python: 3.8
61
env:
62
- EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
63
- # test 3.9 against pre-release builds of numpy
+ # test 3.9 against pre-release builds of dependencies that support it
64
- python: 3.9
65
66
- - DEPENDS="numpy"
+ - DEPENDS="numpy scipy h5py pillow pydicom"
67
68
# OSX Python support is basically accidental. Take whatever version we can
69
# get and test with full dependencies...
0 commit comments