upgrade to latest pytest-cov (2.2.1)

This commit is contained in:
jab 2016-02-02 17:23:22 +00:00
parent ad3e3d9218
commit b7aeb14251
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ tests_require = [
'pep257==0.7.0',
'py==1.4.31',
'pytest==2.8.7',
'pytest-cov==2.2.0'
'pytest-cov==2.2.1'
]
setup(