pylint configuration
This commit is contained in:
Родитель
5f5c3c881e
Коммит
3cae64243b
|
@ -21,3 +21,4 @@ mock==0.6.0
|
|||
south
|
||||
|
||||
phpserialize
|
||||
pylint
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# This script should be called from within Hudson
|
||||
|
||||
cd $WORKSPACE
|
||||
VENV=$WORKSPACE/venv
|
||||
|
||||
echo "Starting build..."
|
|
@ -0,0 +1,5 @@
|
|||
# VENV=$WORKSPACE/venv
|
||||
# source $VENV/bin/activate
|
||||
PYTHONPATH='$WORKSPACE/..'
|
||||
pylint --rcfile scripts/pylintrc -f parseable $WORKSPACE > pylint.txt
|
||||
echo "pylint complete"
|
Загрузка…
Ссылка в новой задаче