mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #10064 from tk0miya/du-latest
CI: refactor tox.ini; Install HEAD of docutils directly
This commit is contained in:
commit
356b397928
4
tox.ini
4
tox.ini
@ -32,9 +32,7 @@ commands=
|
||||
|
||||
[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
|
||||
python -m pip install "git+https://repo.or.cz/docutils.git#subdirectory=docutils"
|
||||
{[testenv]commands}
|
||||
|
||||
[testenv:flake8]
|
||||
|
Loading…
Reference in New Issue
Block a user