From 3fb52f4d9d9a55dfe741c92d3efbbf8ce0c5c584 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Fri, 15 Dec 2023 14:13:16 +0100 Subject: [PATCH] test examples too --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0d458a4..b058d51 100644 --- a/tox.ini +++ b/tox.ini @@ -58,6 +58,7 @@ deps = mypy types-Pillow types-pyserial types-pywin32>=306.0.0.6 + types-flask hypothesis>=6.83 jaconv -commands = mypy src test +commands = mypy src test examples