File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ You need to install ``tox`` to run unit tests and documentation builds locally:
133133 tox
134134
135135 # run tests in one environment only:
136- tox -epy36
136+ tox -epy38
137137
138138 # build the documentation, the result will be generated in
139139 # build/sphinx/html/
@@ -151,10 +151,10 @@ To run these tests:
151151.. code-block :: bash
152152
153153 # run the CLI tests:
154- ./tools/functional_tests.sh
154+ tox -e cli_func_v4
155155
156156 # run the python API tests:
157- ./tools/py_functional_tests.sh
157+ tox -e py_func_v4
158158
159159 By default, the tests run against the ``gitlab/gitlab-ce:latest `` image. You can
160160override both the image and tag with the ``-i `` and ``-t `` options, or by providing
You can’t perform that action at this time.
0 commit comments