summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
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