diff --git a/run_tests.sh b/run_tests.sh index 55760f633..448a750fd 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -9,4 +9,6 @@ set -e superset/bin/superset db upgrade superset/bin/superset version -v python setup.py nosetests -coveralls +if [ "$CI" = "true" ] ; then + coveralls +fi