add pytest-cov to test dependencies

master
Justin Riley 2016-08-03 00:43:11 -04:00
parent a0cadb7258
commit e411bb7a8a
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ setup(
],
tests_require=[
"pytest>=2.9.2",
"pytest-cov>=2.3.0",
"testfixtures>=4.10.0",
"vcrpy>=1.9.0",
"mock>=2.0.0",