diff --git a/.travis.yml b/.travis.yml index 96a35b2..f02adb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,10 @@ python: - '3.3' - '3.4' - '3.5' +branches: + only: + - master + - develop install: - pip install -r requirements.txt - pip install -r test_requirements.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f00416 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +master: +[![Build Status](https://travis-ci.org/unfoldingWord-dev/python-gogs-client.svg?branch=master)](https://travis-ci.org/unfoldingWord-dev/python-gogs-client) +[![Coverage Status](https://coveralls.io/repos/github/unfoldingWord-dev/python-gogs-client/badge.svg?branch=master)](https://coveralls.io/github/unfoldingWord-dev/python-gogs-client?branch=master) + +develop: +[![Build Status](https://travis-ci.org/unfoldingWord-dev/python-gogs-client.svg?branch=develop)](https://travis-ci.org/unfoldingWord-dev/python-gogs-client) +[![Coverage Status](https://coveralls.io/repos/github/unfoldingWord-dev/python-gogs-client/badge.svg?branch=develop)](https://coveralls.io/github/unfoldingWord-dev/python-gogs-client?branch=develop) + +python-gogs-client +================== + +This is a Python client to Gogs servers. + +`tX `_ +uses this package in it's ``tx-manager`` component as the ``tx-auth`` module. + +The easiest way to install is via ``pip``:: + + $ pip install gogs_client + +Documentation for the module can be found `here `_. diff --git a/README.rst b/README.rst deleted file mode 100644 index ea50c16..0000000 --- a/README.rst +++ /dev/null @@ -1,25 +0,0 @@ -Master: - -.. image:: https://travis-ci.org/unfoldingWord-dev/python-gogs-client.svg?branch=master - :alt: Build Status - :target: https://travis-ci.org/unfoldingWord-dev/python-gogs-client - -Develop: - -.. image:: https://travis-ci.org/unfoldingWord-dev/python-gogs-client.svg?branch=develop - :alt: Build Status - :target: https://travis-ci.org/unfoldingWord-dev/python-gogs-client - -python-gogs-client -================== - -This is a Python client to Gogs servers. - -`tX `_ -uses this package in it's ``tx-manager`` component as the ``tx-auth`` module. - -The easiest way to install is via ``pip``:: - - $ pip install gogs_client - -Documentation for the module can be found `here `_.