summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2019-11-26 09:12:26 +0900
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2019-11-26 09:13:56 +0900
commiteb98178ea88c77881f7c763b068408f769956eb2 (patch)
treea63d498a5e467ea1c5fc152561b54bfaa4d30eb9
parent9cae96174a31198569e36042783a648a6011209c (diff)
downloadpython-novaclient-eb98178ea88c77881f7c763b068408f769956eb2.tar.gz
doc: Update Testing document
Python 2 support has been dropped since If678d77b8da69121b0075bfbc4216531be25da6a. Update the 'Testing' document. Change-Id: Ic263943b1d6110925b9c9849c01b0d52d41a8351
-rw-r--r--doc/source/contributor/testing.rst12
1 files changed, 3 insertions, 9 deletions
diff --git a/doc/source/contributor/testing.rst b/doc/source/contributor/testing.rst
index ef1a31c9..021d0ae7 100644
--- a/doc/source/contributor/testing.rst
+++ b/doc/source/contributor/testing.rst
@@ -8,17 +8,11 @@ test targets that can be run to validate the code.
``tox -e pep8``
Style guidelines enforcement.
-``tox -e py27``
- Traditional unit testing (Python 2.7).
-
-``tox -e py36``
- Traditional unit testing (Python 3.6).
+``tox -e py37``
+ Traditional unit testing (Python 3.7).
``tox -e functional``
- Live functional testing against an existing OpenStack instance. (Python 2.7)
-
-``tox -e functional-py36``
- Live functional testing against an existing OpenStack instance. (Python 3.6)
+ Live functional testing against an existing OpenStack instance. (Python 3.7)
``tox -e cover``
Generate a coverage report on unit testing.