diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-10-30 11:15:37 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-10-30 11:15:37 +0000 |
commit | d58edd98e91ad041a31a96980002c2d8899a2580 (patch) | |
tree | 03799a7b282f13a68e8c9f6e53524594667ac77e /tox.ini | |
parent | Don't mark newly joined room timelines as limited in an incremental sync (diff) | |
download | synapse-d58edd98e91ad041a31a96980002c2d8899a2580.tar.xz |
Update the other place check_joined_room is called
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 a69948484f..01b23e6bd9 100644 --- a/tox.ini +++ b/tox.ini @@ -19,6 +19,7 @@ commands = check-manifest [testenv:pep8] +skip_install = True basepython = python2.7 deps = flake8 |