summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-03-26 15:05:26 -0400
committerGitHub <noreply@github.com>2020-03-26 15:05:26 -0400
commitfa4f12102d52b75d252d9209b45251d2b1591fdf (patch)
tree95d06681c52bdc64bb99c9cd26a6f79cf905e817 /tox.ini
parentDon't default to an invalid sqlite config if no database configuration is pro... (diff)
downloadsynapse-fa4f12102d52b75d252d9209b45251d2b1591fdf.tar.xz
Refactor the CAS code (move the logic out of the REST layer to a handler) (#7136)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 8e3f09e638..a79fc93b57 100644
--- a/tox.ini
+++ b/tox.ini
@@ -186,6 +186,7 @@ commands = mypy \
             synapse/federation/sender \
             synapse/federation/transport \
             synapse/handlers/auth.py \
+            synapse/handlers/cas_handler.py \
             synapse/handlers/directory.py \
             synapse/handlers/presence.py \
             synapse/handlers/sync.py \