summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorMark Haines <mjark@negativecurvature.net>2015-10-30 11:18:08 +0000
committerMark Haines <mjark@negativecurvature.net>2015-10-30 11:18:08 +0000
commit0f432ba551c57cf9ae1ee3e65ca4bc5496caae08 (patch)
tree03799a7b282f13a68e8c9f6e53524594667ac77e /tox.ini
parentMake search API honour limit set in filter (diff)
parentUpdate the other place check_joined_room is called (diff)
downloadsynapse-0f432ba551c57cf9ae1ee3e65ca4bc5496caae08.tar.xz
Merge pull request #337 from matrix-org/markjh/v2_sync_joining
Don't mark newly joined room timelines as limited in an incremental sync
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 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