Skip to content

Commit d87495e

Browse files
committed
Add h5py dep to tests
1 parent 6977dcd commit d87495e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
'tests': ['pytest',
1919
'pytest-pep8',
2020
'pytest-xdist',
21-
'pytest-cov'],
21+
'pytest-cov',
22+
'h5py'],
2223
},
2324
include_package_data=True,
2425
packages=find_packages())

0 commit comments

Comments
 (0)