Skip to content

Commit

Permalink
Add testing requires for pytest/pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed May 7, 2020
1 parent a4d35b2 commit cb2be5f
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 @@ -51,7 +51,7 @@ def readfile(name):
'sphinxcontrib-autoprogram',
]

testing_extras = tests_require + ['coverage', 'nose']
testing_extras = tests_require + ['coverage', 'pytest', 'pytest-cov']

branch_version = ".".join(VERSION.split(".")[:2])

Expand Down

0 comments on commit cb2be5f

Please sign in to comment.