Skip to content

Commit

Permalink
Merge pull request #100 from edx/iamsobanjaved/py38
Browse files Browse the repository at this point in the history
Added python 3.8 travis worker
  • Loading branch information
iamsobanjaved authored Jun 17, 2020
2 parents c3aa3eb + 4284554 commit abc0b9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python

python:
- 3.5
- 3.8

envs:
- TOXENV=django22
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ coverage:
patch:
default:
enabled: yes
target: 97%
target: 100%

comment: false
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def is_requirement(line):

setup(
name='edx-search',
version='1.4.0',
version='1.4.1',
description='Search and index routines for index access',
author='edX',
author_email='[email protected]',
Expand Down

0 comments on commit abc0b9f

Please sign in to comment.