From ab92e943be109a8f9f3f3bf149be849498ffd57f Mon Sep 17 00:00:00 2001 From: Aleksey Maksimov Date: Sun, 11 Jan 2015 21:38:27 +0800 Subject: [PATCH] Set pylint version to ensure compatibility with python 2.6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 207dc00..910b2c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - - pip install nose mock coverage pep8 pylint + - pip install nose mock coverage pep8 "pylint<1.4" - python setup.py develop # command to run tests, e.g. python setup.py test -- 2.34.1