From ece2786d40a315132042cf555bec391ee34e86f9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 23 Aug 2015 17:57:37 +0200 Subject: [PATCH] tox: Update pytest-cov to 2.1.0. Changelog: - Added support for coverage 4.0b2. - Added the --cov-append command line option. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 17c491a11..56457c53b 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ deps = hypothesis==1.10.5 hypothesis-pytest==0.17.0 coverage==3.7.1 - pytest-cov==2.0.0 + pytest-cov==2.1.0 cov-core==1.15.0 beautifulsoup4==4.4.0 commands =