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:
parent
59bc72cfbb
commit
5fc26bc477
2
tox.ini
2
tox.ini
@ -15,7 +15,7 @@ passenv = PYTHON DISPLAY XAUTHORITY HOME USERNAME USER CI TRAVIS XDG_*
|
|||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
beautifulsoup4==4.4.1
|
beautifulsoup4==4.4.1
|
||||||
coverage==4.0.1
|
coverage==4.0.2
|
||||||
decorator==4.0.4
|
decorator==4.0.4
|
||||||
Flask==0.10.1
|
Flask==0.10.1
|
||||||
glob2==0.4.1
|
glob2==0.4.1
|
||||||
|
Loading…
Reference in New Issue
Block a user