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:
133
133
tox
134
134
135
135
# run tests in one environment only:
136
- tox -epy36
136
+ tox -epy38
137
137
138
138
# build the documentation, the result will be generated in
139
139
# build/sphinx/html/
@@ -151,10 +151,10 @@ To run these tests:
151
151
.. code-block :: bash
152
152
153
153
# run the CLI tests:
154
- ./tools/functional_tests.sh
154
+ tox -e cli_func_v4
155
155
156
156
# run the python API tests:
157
- ./tools/py_functional_tests.sh
157
+ tox -e py_func_v4
158
158
159
159
By default, the tests run against the ``gitlab/gitlab-ce:latest `` image. You can
160
160
override 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