Skip to content

Commit b01166f

Browse files
author
wjm41
committed
added pytest-cov to requirements
1 parent 84a7d37 commit b01166f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"ipykernel",
2020
"nbformat",
2121
],
22-
extras_require={"test": ["pytest"]},
22+
extras_require={"test": ["pytest", "pytest-cov"]},
2323
keywords=["science", "chemistry", "cheminformatics"],
2424
classifiers=[
2525
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)