diff --git a/.travis.yml b/.travis.yml index 37cf68e7..c1b34c09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_install: matrix: include: - python: 3.5 - env: TARGETS="PYTHON_VERSION=py35 test" + env: TARGETS="test" after_success: - pip3 install -U codecov - codecov @@ -25,7 +25,7 @@ matrix: - pip3 install -U codecov - codecov - python: 3.5 - envs: TARGETS="PYTHON_VERSION=py35 quality" + envs: TARGETS="quality" install: - docker exec ecomworker bash -c " diff --git a/README.rst b/README.rst index c24b0d38..1804b626 100644 --- a/README.rst +++ b/README.rst @@ -10,8 +10,8 @@ The Celery tasks contained herein are used to implement asynchronous order fulfi Prerequisites ------------- -* Python 2.7.x (not tested with Python 3.x) -* Celery 3.1.x +* Python 3.x +* Celery 4.x * RabbitMQ 3.5.x Getting Started diff --git a/setup.py b/setup.py index 90038e57..b11fc6b0 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def is_requirement(line): setup( name='edx-ecommerce-worker', - version='1.1.0', + version='1.1.2', description='Celery tasks supporting the operations of edX\'s ecommerce service', long_description=long_description, classifiers=[