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
1515
1616``python-gitlab `` is a Python package providing access to the GitLab server API.
1717
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 ``).
1919
2020Installation
2121============
@@ -66,10 +66,10 @@ Running unit tests
6666------------------
6767
6868Before 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 .
7171
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 :
7373
7474.. code-block :: bash
7575
You can’t perform that action at this time.
0 commit comments