We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937c71b commit 590cee4Copy full SHA for 590cee4
1 file changed
.circleci/config.yml
@@ -52,7 +52,7 @@ aliases:
52
set -e
53
python run_tests.py -H -v2 $COVERAGE
54
RESULT=$?
55
- echo "**** $PY_VER test result: "${RESULT}
+ echo "*** $PY_VER test result: "${RESULT}
56
exit $RESULT
57
58
- &run_coveralls
0 commit comments