mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
CI: Pinning coverage < 5.0
This commit is contained in:
parent
24908e0fa9
commit
42f6b91333
1
tox.ini
1
tox.ini
@ -10,6 +10,7 @@ description =
|
|||||||
py{35,36,37,38}: Run unit tests against {envname}.
|
py{35,36,37,38}: Run unit tests against {envname}.
|
||||||
du{12,13,14}: Run unit tests with the given version of docutils.
|
du{12,13,14}: Run unit tests with the given version of docutils.
|
||||||
deps =
|
deps =
|
||||||
|
coverage < 5.0 # refs: https://github.com/sphinx-doc/sphinx/pull/6924
|
||||||
du12: docutils==0.12
|
du12: docutils==0.12
|
||||||
du13: docutils==0.13.1
|
du13: docutils==0.13.1
|
||||||
du14: docutils==0.14
|
du14: docutils==0.14
|
||||||
|
Loading…
Reference in New Issue
Block a user