We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c431a commit 6e2b1ecCopy full SHA for 6e2b1ec
1 file changed
README.rst
@@ -133,7 +133,7 @@ You need to install ``tox`` to run unit tests and documentation builds locally:
133
tox
134
135
# run tests in one environment only:
136
- tox -epy36
+ tox -epy38
137
138
# build the documentation, the result will be generated in
139
# build/sphinx/html/
@@ -151,10 +151,10 @@ To run these tests:
151
.. code-block:: bash
152
153
# run the CLI tests:
154
- ./tools/functional_tests.sh
+ tox -e cli_func_v4
155
156
# run the python API tests:
157
- ./tools/py_functional_tests.sh
+ tox -e py_func_v4
158
159
By default, the tests run against the ``gitlab/gitlab-ce:latest`` image. You can
160
override both the image and tag with the ``-i`` and ``-t`` options, or by providing
0 commit comments