summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-11-08 04:57:28 +1100
committerGitHub <noreply@github.com>2018-11-08 04:57:28 +1100
commit264cb144021f977fe4958f8faa358f9baa48cc7f (patch)
treedd4626873b1e74e4bad39c9c6e00143f7922d18f /tox.ini
parentFix URL preview bugs (type error when loading cache from db, content-type inc... (diff)
downloadsynapse-264cb144021f977fe4958f8faa358f9baa48cc7f.tar.xz
Port hash_password to Python 3 (#4161)
* port hash_password

* changelog
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 920211bf50..03ddaeb0b7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -122,7 +122,7 @@ skip_install = True
 basepython = python3.6
 deps =
     flake8
-commands = /bin/sh -c "flake8 synapse tests scripts scripts-dev scripts/register_new_matrix_user scripts/synapse_port_db synctl {env:PEP8SUFFIX:}"
+commands = /bin/sh -c "flake8 synapse tests scripts scripts-dev scripts/hash_password scripts/register_new_matrix_user scripts/synapse_port_db synctl {env:PEP8SUFFIX:}"
 
 [testenv:check_isort]
 skip_install = True