Merge "AMQP1.0: Turn off debug tracing when running tox"

This commit is contained in:
Jenkins 2015-10-13 11:25:38 +00:00 committed by Gerrit Code Review
commit 8de08f1c2e

@ -5,7 +5,6 @@ envlist = py34,py27,pep8
setenv =
VIRTUAL_ENV={envdir}
OS_TEST_TIMEOUT=30
PN_TRACE_FRM=1
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'