Commit d0b6d181 by Ben Patterson

Merge pull request #9767 from edx/benp/pin-coveralls

Pin coveralls to specific version.
parents cac9f97e c88b43b7
......@@ -10,7 +10,7 @@ paver coverage
# Send the coverage data to coveralls. Setting 'TRAVIS_BRANCH' allows the
# data to be sorted by branch in the coveralls UI. The branch is passed as
# a param to the coverage job on jenkins.
pip install coveralls
pip install coveralls==1.0b1
COVERALLS_REPO_TOKEN=$1 TRAVIS_BRANCH=$2 coveralls
# Get coverage reports for bok choy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment