diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-06-15 09:19:00 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-06-15 09:19:00 +0200 |
commit | b2cb70016e4fd2baa1f136a17946a474f1b18f24 (patch) | |
tree | 9f76f26a4d3f2c487821d61edf2373151201fc88 | |
parent | e1af0a08d9fb29e67a96d67cc2609eecdfc182f7 (diff) | |
download | gitlab-b2cb70016e4fd2baa1f136a17946a474f1b18f24.tar.gz |
README update
-rw-r--r-- | README.rst | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |