From: Alfredo Deza Date: Thu, 26 Feb 2015 19:08:38 +0000 (-0500) Subject: fix path for tox.ini to work on ceph-qa-suite only X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4eb1787280f9f128cb9352ecbe8957a4be94fff9;p=ceph.git fix path for tox.ini to work on ceph-qa-suite only Signed-off-by: Alfredo Deza --- diff --git a/tox.ini b/tox.ini index ce7c3066af9..14399d0a302 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