From 4284554fc9dca742eea15305a9eeef8f9370dd48 Mon Sep 17 00:00:00 2001 From: Soban Javed Date: Tue, 16 Jun 2020 20:26:36 +0500 Subject: [PATCH] added python 3.8 travis worker increased coverage target --- .travis.yml | 1 + codecov.yml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e156730..e4fe0906 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - 3.5 +- 3.8 envs: - TOXENV=django22 diff --git a/codecov.yml b/codecov.yml index 3328a919..00aff781 100644 --- a/codecov.yml +++ b/codecov.yml @@ -8,6 +8,6 @@ coverage: patch: default: enabled: yes - target: 97% + target: 100% comment: false diff --git a/setup.py b/setup.py index 541dbd41..ac7f39ea 100755 --- a/setup.py +++ b/setup.py @@ -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='oscm@edx.org',