tox: Update pytest-cov to 2.2.0.

Upstream changelog:

* Added support for changing working directory in tests. Previously changing
  working directory would disable coverage measurements in suprocesses.
* Fixed broken handling for ``--cov-report=annotate``.
This commit is contained in:
Florian Bruhin 2015-10-04 15:50:34 +02:00
parent d229e90724
commit 89e0b96bb6

View File

@ -23,7 +23,7 @@ deps =
pytest-html==1.6
hypothesis==1.11.4
coverage==4.0.0
pytest-cov==2.1.0
pytest-cov==2.2.0
beautifulsoup4==4.4.1
commands =