diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-11-08 04:57:28 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-08 04:57:28 +1100 |
commit | 264cb144021f977fe4958f8faa358f9baa48cc7f (patch) | |
tree | dd4626873b1e74e4bad39c9c6e00143f7922d18f /tox.ini | |
parent | Fix URL preview bugs (type error when loading cache from db, content-type inc... (diff) | |
download | synapse-264cb144021f977fe4958f8faa358f9baa48cc7f.tar.xz |
Port hash_password to Python 3 (#4161)
* port hash_password * changelog
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
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 |