From 5abd490aad25df36f4e0c87ff05a4fc1db3d9c28 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 15 Aug 2014 12:20:53 -0400 Subject: [PATCH] ensure CEPH_DEPLOY_TEST is set in tox.ini Signed-off-by: Alfredo Deza --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) 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] -- 2.47.3