File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Python GitLab
15
15
16
16
``python-gitlab `` is a Python package providing access to the GitLab server API.
17
17
18
- It supports the v3 and v4 APIs of GitLab, and provides a CLI tool (``gitlab ``).
18
+ It supports the v4 API of GitLab, and provides a CLI tool (``gitlab ``).
19
19
20
20
Installation
21
21
============
@@ -66,10 +66,10 @@ Running unit tests
66
66
------------------
67
67
68
68
Before submitting a pull request make sure that the tests still succeed with
69
- your change. Unit tests will run using the travis service and passing tests are
70
- mandatory.
69
+ your change. Unit tests and functional tests run using the travis service and
70
+ passing tests are mandatory to get merge requests accepted .
71
71
72
- You need to install ``tox `` to run unit tests and documentation builds:
72
+ You need to install ``tox `` to run unit tests and documentation builds locally :
73
73
74
74
.. code-block :: bash
75
75
You can’t perform that action at this time.
0 commit comments