mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Bring py27-old into line with other test envs
This commit is contained in:
parent
b6ac5e40a0
commit
00d97668bf
14
tox.ini
14
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user