Merge pull request #10064 from tk0miya/du-latest

CI: refactor tox.ini; Install HEAD of docutils directly
This commit is contained in:
Takeshi KOMIYA 2022-01-09 00:44:05 +09:00 committed by GitHub
commit 356b397928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]