diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-03-26 15:05:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 15:05:26 -0400 |
commit | fa4f12102d52b75d252d9209b45251d2b1591fdf (patch) | |
tree | 95d06681c52bdc64bb99c9cd26a6f79cf905e817 /tox.ini | |
parent | Don't default to an invalid sqlite config if no database configuration is pro... (diff) | |
download | synapse-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.ini | 1 |
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 \ |