Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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