Skip to content

Commit

Permalink
Run pylint on scripts/ as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
talavis committed Aug 15, 2019
1 parent 09bdb43 commit f98eaab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ RETURN_VALUE=$((RETURN_VALUE + $?))
echo '>>> Code evaluation'
pylint backend
RETURN_VALUE=$((RETURN_VALUE + $?))
pylint scripts
RETURN_VALUE=$((RETURN_VALUE + $?))

echo '>>> Finalising: Combine coverage'

Expand Down

0 comments on commit f98eaab

Please sign in to comment.