@@ -6,12 +6,6 @@ wrapper around the GitHub API (v3).
6
6
7
7
See HISTORY.rst for any "breaking" changes.
8
8
9
- ..image ::https://travis-ci.org/sigmavirus24/github3.py.svg?branch=master
10
- :target: https://travis-ci.org/sigmavirus24/github3.py
11
-
12
- ..image ::https://ci.appveyor.com/api/projects/status/github/sigmavirus24/github3.py?branch=master
13
- :target: https://ci.appveyor.com/project/sigmavirus24/github3-py/branch/master
14
-
15
9
Installation
16
10
------------
17
11
@@ -50,6 +44,17 @@ this in a virtual environment. These need to be installed for the tests to run.
50
44
.. _coverage :http://nedbatchelder.com/code/coverage/
51
45
.. _mock :https://mock.readthedocs.io/en/latest/
52
46
47
+ Build status
48
+ ~~~~~~~~~~~~
49
+
50
+ You can find `master ` build statuses for different environments.
51
+
52
+ -travis _
53
+ -appveyor _
54
+
55
+ .. _travis :https://travis-ci.org/sigmavirus24/github3.py
56
+ .. _appveyor :https://ci.appveyor.com/project/sigmavirus24/github3-py/branch/master
57
+
53
58
License
54
59
-------
55
60