From fb5145be2db1a7c96b008af8a40e3b7b18df9673 Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Mon, 5 Mar 2018 15:49:23 +0530 Subject: Fix up coding style issues in tests Change-Id: I14609030983d4485dbce5a4ffed1e0353e3d1bc7 --- tox.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 27e5c695c..347b54a92 100644 --- a/tox.ini +++ b/tox.ini @@ -6,3 +6,18 @@ exclude = glustolibs-gluster/setup.py, glustolibs-misc/setup.py, env + .tox + +[tox] +skipsdist = True +white_list_externals = cd + +[testenv] +deps = flake8 + pylint +commands = pip install -e "git+https://github.com/loadtheaccumulator/glusto.git#egg=glusto" + pip install -e {toxinidir}/glustolibs-gluster + pip install -e {toxinidir}/glustolibs-io + pip install -e {toxinidir}/glustolibs-misc + flake8 {toxinidir} + pylint -j 4 --rcfile={toxinidir}/.pylintrc {toxinidir}/tests/functional --ignore=nfs_ganesha -- cgit