Skip to content

Commit

Permalink
Merge pull request #18 from edx/travis_fix
Browse files Browse the repository at this point in the history
Updated the travis config to deploy only against python 3.5
  • Loading branch information
mraarif authored May 5, 2020
2 parents a20cd1f + 278b3e5 commit b8ec05b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ deploy:
distributions: sdist bdist_wheel
on:
tags: true
python: 3.5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def package_data(pkg, root_list):

setup(
name='recommender-xblock',
version='1.4.7',
version='1.4.8',
description='recommender XBlock', # TODO: write a better description.
long_description=README,
author='edX',
Expand Down

0 comments on commit b8ec05b

Please sign in to comment.