Skip to content

Commit b9766d8

Browse files
author
pgaref
committed
Adding pytest-cov dependency
1 parent 3ad182d commit b9766d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ def run_tests(self):
5858
"schedule>=0.4.2",
5959
"pytest>=3.0.7",
6060
"pytest-cov>=2.4.0"],
61-
# setup_requires=[
62-
# 'pytest-runner',
63-
# ],
61+
setup_requires=[
62+
'pytest-runner',
63+
],
6464
tests_require=[
6565
'pytest',
6666
'pytest-cov'

0 commit comments

Comments
 (0)