Skip to content

Commit

Permalink
Fixed the test conditions to match pypi deploy condition (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq authored Oct 29, 2020
1 parent 87d629a commit 09a1403
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 "
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.1.0',
version='1.1.2',
description='Celery tasks supporting the operations of edX\'s ecommerce service',
long_description=long_description,
classifiers=[
Expand Down

0 comments on commit 09a1403

Please sign in to comment.