summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-04-08 16:41:35 +0100
committerRichard van der Hoff <richard@matrix.org>2021-04-08 16:41:35 +0100
commit906065c75b629e0d2962359e3f5f531b1ba4fbc1 (patch)
treee8eb3c9098e1e116d365766841adbe62c403436d /tox.ini
parentFix incompatibility with tox 2.5 (diff)
downloadsynapse-906065c75b629e0d2962359e3f5f531b1ba4fbc1.tar.xz
unpin olddeps build from py36
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini

index 8224edaef9..b2bc6f23ef 100644 --- a/tox.ini +++ b/tox.ini
@@ -74,7 +74,7 @@ commands = # we use "env" rather than putting a value in `setenv` so that it is not # inherited by other tox environments. # - # keep this in sync with the copy in `testenv:py35-old`. + # keep this in sync with the copy in `testenv:py3-old`. # /usr/bin/env COVERAGE_PROCESS_START={toxinidir}/.coveragerc "{envbindir}/trial" {env:TRIAL_FLAGS:} {posargs:tests} {env:TOXSUFFIX:} @@ -103,7 +103,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:py35-old] +[testenv:py3-old] skip_install = true usedevelop = false deps =