From 8647c3162ef30548473ef616bb80d9fcc82f4d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 13 May 2022 22:05:20 +0200 Subject: [PATCH] ci: add publik-django-templatetags.git dep --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 70fc899..5e744cf 100644 --- a/tox.ini +++ b/tox.ini @@ -25,6 +25,7 @@ deps = django>=1.11,<2.3 https://git.entrouvert.org/debian/django-ckeditor.git/snapshot/django-ckeditor-main.tar.gz https://git.entrouvert.org/combo.git/snapshot/combo-main.tar.gz + git+https://git.entrouvert.org/publik-django-templatetags.git pre-commit commands = py.test {posargs: {env:JUNIT:} {env:COVERAGE:} tests/}