Skip to content

Commit 48a187d

Browse files
committedFeb 19, 2017
Do coveralls on Jenkins instead
We also get to test pyrosetta!
1 parent a476630 commit 48a187d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed
 

‎.coveralls.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
service_name: jenkins
2+
repo_token: yc1jMHeMkErjEzR8IE4yD2HRebFdEp1J9

‎devtools/ci/travis/runtest.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ else
3333
--timer-filter=warning,error .
3434
fi
3535
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
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
4141
echo "Done!"
4242

4343
# Workaround for annoying Travis failure on Macs

0 commit comments

Comments
 (0)