Skip to content

Commit b2cb700

Browse files
author
Gauvain Pocentek
committed
README update
1 parent e1af0a0 commit b2cb700

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2020
Installation
2121
============
@@ -66,10 +66,10 @@ Running unit tests
6666
------------------
6767

6868
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.
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

0 commit comments

Comments
 (0)