Merge "Fix remaining reference to Python 3.8"
This commit is contained in:
commit
b232404dd9
@ -28,12 +28,12 @@ To run the full suite of tests maintained within Octavia.
|
||||
|
||||
|
||||
To run tests for one or more specific test environments(for example, the most
|
||||
common configuration of Python 3.8 and PEP-8), list the environments with the
|
||||
common configuration of Python 3 and PEP-8), list the environments with the
|
||||
``-e`` option, separated by spaces:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ tox -e py38,pep8
|
||||
$ tox -e py3,pep8
|
||||
|
||||
See ``tox -l`` for the full list of available test environments.
|
||||
|
||||
|
3
tox.ini
3
tox.ini
@ -57,9 +57,6 @@ setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional
|
||||
[testenv:functional-py3]
|
||||
setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional
|
||||
|
||||
[testenv:functional-py38]
|
||||
setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional
|
||||
|
||||
[testenv:functional-py39]
|
||||
setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user