We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a476630 commit 48a187dCopy full SHA for 48a187d
.coveralls.yml
@@ -0,0 +1,2 @@
1
+service_name: jenkins
2
+repo_token: yc1jMHeMkErjEzR8IE4yD2HRebFdEp1J9
devtools/ci/travis/runtest.sh
@@ -33,11 +33,11 @@ else
33
--timer-filter=warning,error .
34
fi
35
test -z `which coverage 2>/dev/null` || do_coverage
36
-echo "Running coveralls"
37
-if [ -z "$MINIMAL_PACKAGES" -a "$PYTHON_VERSION" != 'pypy' ]; then
38
- # Only run coveralls on builds that test everything
39
- coveralls
40
-fi
+#echo "Running coveralls"
+#if [ -z "$MINIMAL_PACKAGES" -a "$PYTHON_VERSION" != 'pypy' ]; then
+# # Only run coveralls on builds that test everything
+# coveralls
+#fi
41
echo "Done!"
42
43
# Workaround for annoying Travis failure on Macs
0 commit comments