Skip to content

Commit

Permalink
add pytest-cov to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed Apr 10, 2024
1 parent 74125f8 commit dcfad82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

TESTS_REQUIRE = [
'pytest >= 3.6.3',
'pytest-cov',
'coverage',
'flake8',
'nbval==0.9.6', # https://github.com/computationalmodelling/nbval/issues/194
Expand Down

0 comments on commit dcfad82

Please sign in to comment.