Skip to content

Commit 6b4e711

Browse files
authored
Merge pull request #1 from unfoldingWord-dev/master
Master into develop
2 parents 97a3c0c + f228895 commit 6b4e711

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ python:
44
- '3.3'
55
- '3.4'
66
- '3.5'
7+
branches:
8+
only:
9+
- master
10+
- develop
711
install:
812
- pip install -r requirements.txt
913
- pip install -r test_requirements.txt

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
master:
2+
[![Build Status](https://travis-ci.org/unfoldingWord-dev/python-gogs-client.svg?branch=master)](https://travis-ci.org/unfoldingWord-dev/python-gogs-client)
3+
[![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)
4+
5+
develop:
6+
[![Build Status](https://travis-ci.org/unfoldingWord-dev/python-gogs-client.svg?branch=develop)](https://travis-ci.org/unfoldingWord-dev/python-gogs-client)
7+
[![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)
8+
9+
python-gogs-client
10+
==================
11+
12+
This is a Python client to Gogs servers.
13+
14+
`tX <https://github.com/unfoldingWord-dev/door43.org/wiki/tX-Development-Architecture>`_
15+
uses this package in it's ``tx-manager`` component as the ``tx-auth`` module.
16+
17+
The easiest way to install is via ``pip``::
18+
19+
$ pip install gogs_client
20+
21+
Documentation for the module can be found `here <http://pythonhosted.org/gogs-client/>`_.

README.rst

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)