From 5fc26bc47777196392e514c94b06870325c432aa Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 4 Nov 2015 17:59:46 +0100 Subject: [PATCH] tox: Update coverage to 4.0.2. - More work on supporting unusually encoded source. - Files or directories with non-ASCII characters are now handled properly. - Setting a trace function with sys.settrace was broken by a change in 4.0.1. - Officially support PyPy 4.0, which required no changes, just updates to the docs. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5f019f981..7e75b6f0b 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ passenv = PYTHON DISPLAY XAUTHORITY HOME USERNAME USER CI TRAVIS XDG_* deps = -r{toxinidir}/requirements.txt beautifulsoup4==4.4.1 - coverage==4.0.1 + coverage==4.0.2 decorator==4.0.4 Flask==0.10.1 glob2==0.4.1