From b1c33122df103961a3144fdec2a083572337c8e2 Mon Sep 17 00:00:00 2001 From: "ht.albert" Date: Mon, 18 Feb 2019 12:04:38 +0300 Subject: [PATCH 1/3] Added status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0968994..3659ac1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Connect Python SDK -![pyversions](https://img.shields.io/pypi/pyversions/connect-sdk.svg) [![PyPi Status](https://img.shields.io/pypi/v/connect-sdk.svg)](https://pypi.org/project/connect-sdk/) [![codecov](https://codecov.io/gh/ingrammicro/connect-python-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/ingrammicro/connect-python-sdk) [![Build Status](https://travis-ci.org/ingrammicro/connect-python-sdk.svg?branch=master)](https://travis-ci.org/ingrammicro/connect-python-sdk) +![pyversions](https://img.shields.io/pypi/pyversions/connect-sdk.svg) [![PyPi Status](https://img.shields.io/pypi/v/connect-sdk.svg)](https://pypi.org/project/connect-sdk/) [![codecov](https://codecov.io/gh/ingrammicro/connect-python-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/ingrammicro/connect-python-sdk) [![Build Status](https://travis-ci.org/ingrammicro/connect-python-sdk.svg?branch=master)](https://travis-ci.org/ingrammicro/connect-python-sdk) [![PyPI status](https://img.shields.io/pypi/status/connect-sdk.svg)](https://pypi.python.org/pypi/connest-sdk/) ### Getting Started --- Connect Python SDK allows an easy and fast integration with Connect fulfillment API. Thanks to it you can automate the fulfillment of orders generated by your products. From 7f08a0546464f3c27afbc631b61e498d9350279d Mon Sep 17 00:00:00 2001 From: "ht.albert" Date: Mon, 18 Feb 2019 12:06:35 +0300 Subject: [PATCH 2/3] Fixed pypi package link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3659ac1..9cdf69d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Connect Python SDK -![pyversions](https://img.shields.io/pypi/pyversions/connect-sdk.svg) [![PyPi Status](https://img.shields.io/pypi/v/connect-sdk.svg)](https://pypi.org/project/connect-sdk/) [![codecov](https://codecov.io/gh/ingrammicro/connect-python-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/ingrammicro/connect-python-sdk) [![Build Status](https://travis-ci.org/ingrammicro/connect-python-sdk.svg?branch=master)](https://travis-ci.org/ingrammicro/connect-python-sdk) [![PyPI status](https://img.shields.io/pypi/status/connect-sdk.svg)](https://pypi.python.org/pypi/connest-sdk/) +![pyversions](https://img.shields.io/pypi/pyversions/connect-sdk.svg) [![PyPi Status](https://img.shields.io/pypi/v/connect-sdk.svg)](https://pypi.org/project/connect-sdk/) [![codecov](https://codecov.io/gh/ingrammicro/connect-python-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/ingrammicro/connect-python-sdk) [![Build Status](https://travis-ci.org/ingrammicro/connect-python-sdk.svg?branch=master)](https://travis-ci.org/ingrammicro/connect-python-sdk) [![PyPI status](https://img.shields.io/pypi/status/connect-sdk.svg)](https://pypi.python.org/pypi/connect-sdk/) ### Getting Started --- Connect Python SDK allows an easy and fast integration with Connect fulfillment API. Thanks to it you can automate the fulfillment of orders generated by your products. From 104af78c3cb9d8c6935e1d430cd91ab2cdc7d4e0 Mon Sep 17 00:00:00 2001 From: "ht.albert" Date: Mon, 18 Feb 2019 15:03:53 +0300 Subject: [PATCH 3/3] Delete raise error if not TRAVIS_TAG --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index f670047..3d0c897 100644 --- a/setup.py +++ b/setup.py @@ -17,9 +17,6 @@ ), session='None') VERSION = environ.get('TRAVIS_TAG') -if not VERSION: - raise EnvironmentError('Not found `TRAVIS_TAG`') - PACKAGES = find_packages(exclude=['tests*']) DOC = ''