summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Natsume <takanattie@gmail.com>2020-04-25 10:41:03 +0000
committerTakashi Natsume <takanattie@gmail.com>2020-04-25 10:56:16 +0000
commit2c5c30ba01352164639feaf04c867bc7ffc62404 (patch)
tree3f26d1b65bd49e3765a73aba1cb25efc0c334505
parenta132a63d824090810fee22e74e985185f130266f (diff)
downloadpython-novaclient-2c5c30ba01352164639feaf04c867bc7ffc62404.tar.gz
doc: Update Testing document
The default tox target environments has been changed from Python 3.7 to 3.8 since I093085cf6e85a66f80559eba62f9edf684f5dbea. Update the 'Testing' document. Change-Id: I33b32eb1d88225ae7ad44cbae28edc5c5f9c4925
-rw-r--r--doc/source/contributor/testing.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/contributor/testing.rst b/doc/source/contributor/testing.rst
index 021d0ae7..4a1e1938 100644
--- a/doc/source/contributor/testing.rst
+++ b/doc/source/contributor/testing.rst
@@ -8,11 +8,11 @@ test targets that can be run to validate the code.
``tox -e pep8``
Style guidelines enforcement.
-``tox -e py37``
- Traditional unit testing (Python 3.7).
+``tox -e py38``
+ Traditional unit testing (Python 3.8).
``tox -e functional``
- Live functional testing against an existing OpenStack instance. (Python 3.7)
+ Live functional testing against an existing OpenStack instance. (Python 3.8)
``tox -e cover``
Generate a coverage report on unit testing.