misc: remove obsolete comment about buggy pylint version

This commit is contained in:
Frédéric Péters 2016-11-24 22:09:09 +01:00
parent 94af1e4f45
commit 1cd9799c9d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -e
rm -f coverage.xml
rm -f test_results.xml
pip install --upgrade tox pylint pylint-django # 1.4.1 is buggy
pip install --upgrade tox pylint pylint-django
tox