Skip to content

Commit

Permalink
added pytest-cov to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
wjm41 committed Jun 14, 2022
1 parent 84a7d37 commit b01166f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ipykernel",
"nbformat",
],
extras_require={"test": ["pytest"]},
extras_require={"test": ["pytest", "pytest-cov"]},
keywords=["science", "chemistry", "cheminformatics"],
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit b01166f

Please sign in to comment.