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

Revert changes

parent 00d97668
No related branches found
No related tags found
No related merge requests found
...@@ -84,16 +84,6 @@ deps = ...@@ -84,16 +84,6 @@ deps =
lxml lxml
coverage coverage
extras = all
whitelist_externals =
sh
setenv =
{[base]setenv}
passenv = *
commands = commands =
/usr/bin/find "{toxinidir}" -name '*.pyc' -delete /usr/bin/find "{toxinidir}" -name '*.pyc' -delete
# Make all greater-thans equals so we test the oldest version of our direct # Make all greater-thans equals so we test the oldest version of our direct
...@@ -104,9 +94,9 @@ commands = ...@@ -104,9 +94,9 @@ commands =
# Add this so that coverage will run on subprocesses # Add this so that coverage will run on subprocesses
/bin/sh -c 'echo "import coverage; coverage.process_startup()" > {envsitepackagesdir}/../sitecustomize.py' /bin/sh -c 'echo "import coverage; coverage.process_startup()" > {envsitepackagesdir}/../sitecustomize.py'
{envbindir}/coverage run "{envbindir}/trial" {env:TRIAL_FLAGS:} {posargs:tests} {env:TOXSUFFIX:} pip install -e .
usedevelop=true {envbindir}/coverage run "{envbindir}/trial" {env:TRIAL_FLAGS:} {posargs:tests} {env:TOXSUFFIX:}
[testenv:packaging] [testenv:packaging]
......
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