File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -180,3 +180,5 @@ Contributors
180
180
- Simon Westphahl (@westphahl)
181
181
182
182
- Steven Nyman (@stevennyman)
183
+
184
+ - Tigran Tchougourian (@NargiT)
Original file line number Diff line number Diff line change @@ -44,6 +44,17 @@ this in a virtual environment. These need to be installed for the tests to run.
44
44
.. _coverage : http://nedbatchelder.com/code/coverage/
45
45
.. _mock : https://mock.readthedocs.io/en/latest/
46
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
+
47
58
License
48
59
-------
49
60
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pip_pre = False
8
8
deps =
9
9
requests{env:REQUESTS_VERSION:>=2.0}
10
10
mock
11
- pytest>=2.3.5
11
+ pytest>=2.3.5, <5.0.0
12
12
pytest-xdist
13
13
betamax>=0.5.1
14
14
betamax_matchers>=0.3.0
You can’t perform that action at this time.
0 commit comments