Skip to content

Commit 3e2c068

Browse files
committed
CI: Re-add h5py to Py38 tests
1 parent d1fc8e1 commit 3e2c068

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,11 @@ env:
2323
python:
2424
- 3.6
2525
- 3.7
26+
- 3.8
2627

2728
matrix:
2829
include:
2930
# Basic dependencies only
30-
- python: 3.8
31-
env:
32-
- DEPENDS="numpy scipy matplotlib~=3.2.0rc1 pillow pydicom indexed_gzip"
33-
# Basic dependencies only
3431
- python: 3.5
3532
env:
3633
- DEPENDS="-r requirements.txt"

0 commit comments

Comments
 (0)