FIX using pylint for python2.
All checks were successful
buildbot/django-test-test-python3 Build done.
buildbot/django-test-test-python2 Build done.

This commit is contained in:
2019-10-24 16:33:11 +02:00
parent 077e25e57c
commit e9a43740ee
4 changed files with 12 additions and 5 deletions

View File

@@ -3,4 +3,8 @@ if test "$python_major_version" = "2" ; then
pip install 'django<2'
fi
pip install -r requirements.txt
pip install pylint-django
if test "$python_major_version" = "2" ; then
pip install 'pylint-django<2'
else
pip install pylint-django
fi