Skip to content

Commit

Permalink
Delete env-toolkit before pylint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Feb 7, 2019
1 parent fabcabb commit 30aada6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cico_run_pylint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ prep() {
yum -y install python34 python34-virtualenv which
}

# this script is copied by CI, we don't need it
rm -f env-toolkit

prep
./detect-common-errors.sh
./detect-dead-code.sh
Expand Down

0 comments on commit 30aada6

Please sign in to comment.