mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #9702 from tk0miya/test_with_docutils-latest
test: Do test with the HEAD of docutils
This commit is contained in:
7
tox.ini
7
tox.ini
@@ -31,6 +31,13 @@ setenv =
|
||||
commands=
|
||||
python -X dev -m pytest --durations 25 {posargs}
|
||||
|
||||
[testenv:du-latest]
|
||||
commands =
|
||||
git clone https://repo.or.cz/docutils.git {temp_dir}/docutils
|
||||
python -m pip install {temp_dir}/docutils/docutils
|
||||
rm -rf {temp_dir}/docutils
|
||||
{[testenv]commands}
|
||||
|
||||
[testenv:flake8]
|
||||
basepython = python3
|
||||
description =
|
||||
|
||||
Reference in New Issue
Block a user