From c62087c81c5fe82f6b4cd898ca74e39e779b8ee1 Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Tue, 17 Jul 2018 07:56:06 +0530 Subject: Pin tox to run tests on python27 only Use Pylint 1.9.2 explicitly Change-Id: Iab0d869316b0ac5fd9cf9f200f968e5c84bafead --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 347b54a92..4f59a14c2 100644 --- a/tox.ini +++ b/tox.ini @@ -9,12 +9,13 @@ exclude = .tox [tox] +envlist = py27 skipsdist = True white_list_externals = cd [testenv] deps = flake8 - pylint + pylint==1.9.2 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 -- cgit