From a9a8a7330756d2fe9b6607dc670841b0ecfa64c5 Mon Sep 17 00:00:00 2001 From: Alexandre Pretto Nunes Date: Mon, 9 Mar 2015 15:29:49 -0300 Subject: Don't run jshint when running python tests --- service/go | 1 - 1 file changed, 1 deletion(-) (limited to 'service/go') diff --git a/service/go b/service/go index 3ffefb72..c8a672c3 100755 --- a/service/go +++ b/service/go @@ -94,7 +94,6 @@ function runCoverageUnitAndIntegration { if [ "$1" == 'test' ]; then set -e - runJSHint runPep8 runUnitTests "${@:2}" runIntegrationTests "${@:2}" -- cgit v1.2.3