From: Alfredo Deza Date: Fri, 15 Aug 2014 16:20:53 +0000 (-0400) Subject: ensure CEPH_DEPLOY_TEST is set in tox.ini X-Git-Tag: v1.5.12~8^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5abd490aad25df36f4e0c87ff05a4fc1db3d9c28;p=ceph-deploy.git ensure CEPH_DEPLOY_TEST is set in tox.ini Signed-off-by: Alfredo Deza --- diff --git a/tox.ini b/tox.ini index 5a94650..3da3548 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,8 @@ envlist = py26, py27, flake8 deps= pytest mock +setenv = + CEPH_DEPLOY_TEST = 1 commands=py.test -v {posargs:ceph_deploy/tests} [testenv:docs]