summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-03-18 17:45:45 +0000
committerErik Johnston <erik@matrix.org>2019-03-18 17:45:49 +0000
commit00d97668bf4a20a0409344c5cd9e50a36603ef83 (patch)
treea087809cc7a6137fc2d324252c7e022892a379a9
parentAdd coverage to py27-old (diff)
downloadsynapse-00d97668bf4a20a0409344c5cd9e50a36603ef83.tar.xz
Bring py27-old into line with other test envs
-rw-r--r--tox.ini14
1 files changed, 14 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini

index 4400041778..a2dd35f197 100644 --- a/tox.ini +++ b/tox.ini
@@ -83,6 +83,17 @@ deps = mock lxml coverage + +extras = all + +whitelist_externals = + sh + +setenv = + {[base]setenv} + +passenv = * + commands = /usr/bin/find "{toxinidir}" -name '*.pyc' -delete # Make all greater-thans equals so we test the oldest version of our direct @@ -95,6 +106,9 @@ commands = {envbindir}/coverage run "{envbindir}/trial" {env:TRIAL_FLAGS:} {posargs:tests} {env:TOXSUFFIX:} +usedevelop=true + + [testenv:packaging] skip_install=True deps =