Skip to content
Snippets Groups Projects
Commit 362476b0 authored by Michiel Brentjens's avatar Michiel Brentjens
Browse files

Look for pylint

parent a6019399
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,8 @@ NOSETESTS=`which nosetests` ...@@ -13,6 +13,8 @@ NOSETESTS=`which nosetests`
if [[ ! -f "$NOSETESTS" ]] ; then if [[ ! -f "$NOSETESTS" ]] ; then
NOSETESTS=`which nosetests2` NOSETESTS=`which nosetests2`
fi fi
PYLINT=`which pylint`
if [[ ! -f "$PYLINT" ]] ; then if [[ ! -f "$PYLINT" ]] ; then
PYLINT=`which pylint2` PYLINT=`which pylint2`
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment