tox: Update coverage to 4.0.3.

- Fixed a mysterious problem that manifested in different ways: sometimes
  hanging the process, sometimes making database connections fail.
- The XML report now has correct <source> elements when using a --source=
  option somewhere besides the current directory.
- Fixed an unusual edge case of detecting source encodings
- Help messages that mention the command to use now properly use the actual
  command name, which might be different than “coverage”.
This commit is contained in:
Florian Bruhin 2015-11-24 21:35:29 +01:00
parent f48bebb7ff
commit eaec930605

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.2
coverage==4.0.3
decorator==4.0.4
Flask==0.10.1
glob2==0.4.1