From: Daniele Varrazzo Date: Thu, 26 Nov 2020 12:14:33 +0000 (+0000) Subject: Maybe unbreak website generation on travis X-Git-Tag: 3.0.dev0~304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6174bcb5f4b58c947153fa0078872096f7f50606;p=thirdparty%2Fpsycopg.git Maybe unbreak website generation on travis --- diff --git a/docs/Makefile b/docs/Makefile index f6ffe8d11..64011e35f 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -18,7 +18,7 @@ help: env: .venv .venv: requirements.txt - $(PYTHON) -m venv .venv + virtualenv -p $(PYTHON) .venv ./.venv/bin/pip install -e ../psycopg3 ./.venv/bin/pip install -r requirements.txt