summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-11-07 17:14:13 +0000
committerGitHub <noreply@github.com>2019-11-07 17:14:13 +0000
commitc5abb67e432b9279c838f7b9318144ca8f2b7c0d (patch)
tree946346e41877da8e715edde665687b2d3a3e8f23 /tox.ini
parentMerge pull request #6235 from matrix-org/anoa/room_upgrade_groups (diff)
downloadsynapse-c5abb67e432b9279c838f7b9318144ca8f2b7c0d.tar.xz
Python 3.8 for tox (#6341)
... and update INSTALL.md to include py3.8.

We'll also have to update the buildkite pipeline to run it

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 afe9bc909b..62b350ea6a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = packaging, py35, py36, py37, check_codestyle, check_isort
+envlist = packaging, py35, py36, py37, py38, check_codestyle, check_isort
 
 [base]
 basepython = python3.7