summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-10-30 11:15:37 +0000
committerMark Haines <mark.haines@matrix.org>2015-10-30 11:15:37 +0000
commitd58edd98e91ad041a31a96980002c2d8899a2580 (patch)
tree03799a7b282f13a68e8c9f6e53524594667ac77e /tox.ini
parentDon't mark newly joined room timelines as limited in an incremental sync (diff)
downloadsynapse-d58edd98e91ad041a31a96980002c2d8899a2580.tar.xz
Update the other place check_joined_room is called
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