File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
2- dist : xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
2+ dist : xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
33python :
4- - 2.7
5- - 3.5
4+ - 3.5
5+ - 3.8
66install : pip install -r requirements.txt
77script :
8- - pycodestyle . --max-line-length=419 # TODO 419 --> 120
8+ - pycodestyle . --max-line-length=419 # TODO 419 --> 120
99deploy :
1010 provider : pypi
1111 user : edx
Original file line number Diff line number Diff line change 1- bleach == 2.1.4
1+ bleach
22boto
33fs
44mako
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def package_data(pkg, root_list):
4747
4848setup (
4949 name = 'recommender-xblock' ,
50- version = '1.4.6 ' ,
50+ version = '1.4.7 ' ,
5151 description = 'recommender XBlock' , # TODO: write a better description.
5252 long_description = README ,
5353 author = 'edX' ,
@@ -72,8 +72,8 @@ def package_data(pkg, root_list):
7272 "Intended Audience :: Developers" ,
7373 "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)" ,
7474 "Natural Language :: English" ,
75- "Programming Language :: Python :: 2" ,
76- "Programming Language :: Python :: 2.7" ,
75+ "Programming Language :: Python :: 3" ,
7776 'Programming Language :: Python :: 3.5' ,
77+ 'Programming Language :: Python :: 3.8' ,
7878 ],
7979)
You can’t perform that action at this time.
0 commit comments