summaryrefslogtreecommitdiffstats
path: root/testsuite/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/install.sh')
-rwxr-xr-xtestsuite/install.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/install.sh b/testsuite/install.sh
index 758d5bdf8..01c5199f2 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -18,6 +18,11 @@ else
pip_wheel unittest2
else
pip_wheel -r testsuite/requirements.txt
+
+ if [[ ${PYVER:0:1} == "3" ]]; then
+ # TODO: Move to "requirements.txt" if all the new errors are fixed.
+ pip_wheel 'pylint>1.4'
+ fi
fi
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then