Skip to content

Commit

Permalink
Merge pull request #55 from tisnik/fix-for-issue-54
Browse files Browse the repository at this point in the history
Fix for issue #54
  • Loading branch information
tisnik authored Feb 21, 2019
2 parents 58cc881 + d37b647 commit c99524e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ function prepare_venv() {

[ "$NOVENV" == "1" ] || prepare_venv || exit 1

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

echo "*****************************************"
echo "*** Cyclomatic complexity measurement ***"
echo "*****************************************"
Expand Down

0 comments on commit c99524e

Please sign in to comment.