tox: limit pylint version

This commit is contained in:
Frédéric Péters 2020-01-29 13:15:35 +01:00
parent 76f703952b
commit 58bfdb3a81
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ deps =
pytest
lxml
cssselect
pylint
pylint<1.8
pylint-django<0.8.1
django-webtest<1.9.3
WebTest