Skip to content

Commit

Permalink
Merge PR #259: Pin coverage to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Jan 13, 2020
2 parents 793019c + 7b3b9df commit c9eafdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
sudo apt-get update
virtualenv venv
source venv/bin/activate
pip install coverage
pip install 'coverage<5'
- attach_workspace:
at: /tmp/workspace
- run:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# Constants #########################################################

VERSION = '3.4.5'
VERSION = '3.4.6'

# Functions #########################################################

Expand Down
2 changes: 1 addition & 1 deletion test_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ webob
XBlock>=1.2
Django>=1.11,<2.0
pytest
coverage
coverage<5
pylint
pycodestyle
-r xblock-sdk/requirements/base.txt
Expand Down

0 comments on commit c9eafdb

Please sign in to comment.