Pin coveralls to specific version.

The latest version is compatible with the new coverage.py.
This commit is contained in:
Ben Patterson
2015-09-15 12:41:07 -04:00
parent da62662659
commit c88b43b72d

View File

@@ -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