Skip to content

Commit

Permalink
add pytest-cov to dev requirements (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
galtay authored Mar 26, 2019
1 parent 28f390d commit 1aef254
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 @@ -54,7 +54,7 @@ def find_long_description() -> str:
packages=find_packages(exclude=["tests*"]),
install_requires=["mypy-extensions", "requests"],
extras_require={
"dev": ["pre-commit", "pytest", "sphinx", "sphinx_rtd_theme", "sphinx_autodoc_typehints"]
"dev": ["pre-commit", "pytest", "pytest-cov", "sphinx", "sphinx_rtd_theme", "sphinx_autodoc_typehints"]
},
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 1aef254

Please sign in to comment.