From ab5b8dc9ee3137f087c98be381f9e7b69dc6f858 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 8 Jan 2022 22:57:31 +0900 Subject: [PATCH] CI: refactor tox.ini; Install HEAD of docutils directly --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 824ab3f38..f0afd779b 100644 --- a/tox.ini +++ b/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]