From 0d7391b65fc01a324799ffe77246cade6bfe1ad7 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 18 Feb 2022 09:33:40 +0100 Subject: [PATCH] tox.ini: install authentic2 from git in check-migrations --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index c725604..2dc2aa1 100644 --- a/tox.ini +++ b/tox.ini @@ -65,6 +65,8 @@ setenv = DJANGO_SETTINGS_MODULE=authentic2.settings SETUPTOOLS_USE_DISTUTILS=stdlib deps = + !local: https://git.entrouvert.org/authentic.git/snapshot/authentic-main.tar.gz + local: ../authentic2 psycopg2-binary commands = ./getlasso3.sh