Skip to content

Commit

Permalink
Bump pytest-cov from 2.5.1 to 2.6.0 (#179)
Browse files Browse the repository at this point in the history
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v2.5.1...v2.6.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and christabor committed Sep 18, 2018
1 parent 28135cb commit ea55605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
folder = os.path.abspath(os.path.dirname(__file__))
test_requirements = [
'pytest==3.8.0',
'pytest-cov==2.5.1',
'pytest-cov==2.6.0',
'pyquery==1.4.0',
'requests_mock',
]
Expand Down

0 comments on commit ea55605

Please sign in to comment.