ADD: support for pylint.
This commit is contained in:
@@ -3,3 +3,4 @@ if test "$python_major_version" = "2" ; then
|
||||
pip install 'django<2'
|
||||
fi
|
||||
pip install -r requirements.txt
|
||||
pip install pylint
|
||||
|
||||
1
.buildbot/test/70-pylint.sh
Normal file
1
.buildbot/test/70-pylint.sh
Normal file
@@ -0,0 +1 @@
|
||||
pylint apps.base
|
||||
Reference in New Issue
Block a user