From 834a7249322ebd6fdaf4e813aa7b93e3a8e64f84 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 26 Feb 2015 14:08:38 -0500 Subject: [PATCH] fix path for tox.ini to work on ceph-qa-suite only Signed-off-by: Alfredo Deza (cherry picked from commit 4eb1787280f9f128cb9352ecbe8957a4be94fff9) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ce7c3066af966..14399d0a3022f 100644 --- a/tox.ini +++ b/tox.ini @@ -5,4 +5,4 @@ skipsdist = True [testenv:flake8] deps= flake8 -commands=flake8 --select=F +commands=flake8 --select=F ceph-qa-suite -- 2.39.5