diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-06-12 21:31:59 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-12 21:31:59 +1000 |
commit | 09e9a26b7181e36af7e2a4a0795d68f962742738 (patch) | |
tree | aaf5fb054d5f004a0bb67dd780f89dd2e5a2930f /tox.ini | |
parent | Merge branch 'master' of github.com:matrix-org/synapse into develop (diff) | |
download | synapse-09e9a26b7181e36af7e2a4a0795d68f962742738.tar.xz |
Remove Python 2.7 support. (#5425)
* remove 2.7 from CI and publishing * fill out classifiers and also make it not be installed on 3.5 * some minor bumps so that the old deps work on python 3.5
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini index 543b232ae7..0c4d562766 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = packaging, py27, py36, pep8, check_isort +envlist = packaging, py35, py36, py37, pep8, check_isort [base] deps = @@ -79,7 +79,7 @@ usedevelop=true # A test suite for the oldest supported versions of Python libraries, to catch # any uses of APIs not available in them. -[testenv:py27-old] +[testenv:py35-old] skip_install=True deps = # Old automat version for Twisted |