Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Adding Py38 testing. (#102)
Browse files Browse the repository at this point in the history
Bump the version.

Co-authored-by: usamasadiq <[email protected]>
  • Loading branch information
awais786 and UsamaSadiq authored Oct 29, 2020
1 parent 20538c8 commit 9002c81
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,17 @@ before_install:
matrix:
include:
- python: 3.5
env: TARGETS="test"
env: TARGETS="PYTHON_VERSION=py35 test"
after_success:
- pip3 install -U codecov
- codecov
- python: 3.8
env: TARGETS="PYTHON_VERSION=py38 test"
after_success:
- pip3 install -U codecov
- codecov
- python: 3.5
envs: TARGETS="quality"
envs: TARGETS="PYTHON_VERSION=py35 quality"

install:
- docker exec ecomworker bash -c "
Expand Down
4 changes: 2 additions & 2 deletions openedx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ tags:
- backend-service
oeps:
oep-2: true
oep-7: false
oep-18: false
oep-7: true
oep-18: true
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def is_requirement(line):

setup(
name='edx-ecommerce-worker',
version='1.0.0',
version='1.1.0',
description='Celery tasks supporting the operations of edX\'s ecommerce service',
long_description=long_description,
classifiers=[
Expand Down

0 comments on commit 9002c81

Please sign in to comment.