Skip to content
Snippets Groups Projects
Commit 00d97668 authored by Erik Johnston's avatar Erik Johnston
Browse files

Bring py27-old into line with other test envs

parent b6ac5e40
No related branches found
No related tags found
No related merge requests found
......@@ -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 =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment