Merge pull request #9851 from edx/ned/coverage-40
Use coverage.py 4.0 final, and coveralls to match
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user