0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-18 19:43:44 +02:00

Bring py27-old into line with other test envs

This commit is contained in:
Erik Johnston 2019-03-18 17:45:45 +00:00
parent b6ac5e40a0
commit 00d97668bf

14
tox.ini
View file

@ -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 =