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.
This commit is contained in:
Florian Bruhin 2015-11-04 17:59:46 +01:00
parent 59bc72cfbb
commit 5fc26bc477

View File

@ -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