summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2018-06-15 09:19:00 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2018-06-15 09:19:00 +0200
commitb2cb70016e4fd2baa1f136a17946a474f1b18f24 (patch)
tree9f76f26a4d3f2c487821d61edf2373151201fc88
parente1af0a08d9fb29e67a96d67cc2609eecdfc182f7 (diff)
downloadgitlab-b2cb70016e4fd2baa1f136a17946a474f1b18f24.tar.gz
README update
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 652b79f..56856b6 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,7 @@ Python GitLab
``python-gitlab`` is a Python package providing access to the GitLab server API.
-It supports the v3 and v4 APIs of GitLab, and provides a CLI tool (``gitlab``).
+It supports the v4 API of GitLab, and provides a CLI tool (``gitlab``).
Installation
============
@@ -66,10 +66,10 @@ Running unit tests
------------------
Before submitting a pull request make sure that the tests still succeed with
-your change. Unit tests will run using the travis service and passing tests are
-mandatory.
+your change. Unit tests and functional tests run using the travis service and
+passing tests are mandatory to get merge requests accepted.
-You need to install ``tox`` to run unit tests and documentation builds:
+You need to install ``tox`` to run unit tests and documentation builds locally:
.. code-block:: bash