Use pylint 1.6.4 for sanity for now.

Change: 154235161
This commit is contained in:
A. Unique TensorFlower 2017-04-25 15:07:52 -08:00 committed by TensorFlower Gardener
parent 0555d089a0
commit 7536c7edde

View File

@ -73,8 +73,8 @@ pip2 install py-cpuinfo
pip3 install py-cpuinfo
# pylint tests require the following:
pip2 install pylint
pip3 install pylint
pip2 install pylint==1.6.4
pip3 install pylint==1.6.4
# pep8 tests require the following:
pip2 install pep8