Skip to content

Commit 043d61f

Browse files
authored
Merge pull request sigmavirus24#958 from NargiT/add-badges
Second attent to improve visibility and make people happy
2 parents da63ac5 + 15f0da3 commit 043d61f

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

AUTHORS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,5 @@ Contributors
180180
- Simon Westphahl (@westphahl)
181181

182182
- Steven Nyman (@stevennyman)
183+
184+
- Tigran Tchougourian (@NargiT)

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,17 @@ this in a virtual environment. These need to be installed for the tests to run.
4444
.. _coverage: http://nedbatchelder.com/code/coverage/
4545
.. _mock: https://mock.readthedocs.io/en/latest/
4646

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+
4758
License
4859
-------
4960

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pip_pre = False
88
deps =
99
requests{env:REQUESTS_VERSION:>=2.0}
1010
mock
11-
pytest>=2.3.5
11+
pytest>=2.3.5, <5.0.0
1212
pytest-xdist
1313
betamax>=0.5.1
1414
betamax_matchers>=0.3.0

0 commit comments

Comments
 (0)