Skip to content

Commit

Permalink
update install requires for coverage only
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanKepner committed Oct 12, 2019
1 parent eaed897 commit d0a0cd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"Topic :: Software Development :: Testing :: Unit",
]

INSTALL_REQUIRES = ["pytest", "coverage>=4.4"]
# Built to run with pytest, but not an installation requirement for the API
INSTALL_REQUIRES = ["coverage>=4.4"]
EXTRAS_REQUIRE = {
"docs": ["sphinx"],
"tests": [
Expand Down

0 comments on commit d0a0cd7

Please sign in to comment.