Commit 1665993f by Ned Batchelder

Merge pull request #9851 from edx/ned/coverage-40

Use coverage.py 4.0 final, and coveralls to match
parents 03aeae4b 3c74219c
......@@ -31,7 +31,7 @@ dependencies:
- pip install -r requirements/edx/base.txt
- if [ -e requirements/edx/post.txt ]; then pip install -r requirements/edx/post.txt ; fi
- pip install coveralls
- pip install coveralls==1.0
test:
override:
......
......@@ -121,7 +121,7 @@ django_debug_toolbar==1.3.2
astroid==1.3.8
bok-choy==0.4.3
chrono==1.0.2
coverage==4.0b3
coverage==4.0
ddt==0.8.0
diff-cover==0.8.0
django-crum==0.5
......
......@@ -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==1.0b1
pip install coveralls==1.0
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