From eb98178ea88c77881f7c763b068408f769956eb2 Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Tue, 26 Nov 2019 09:12:26 +0900 Subject: doc: Update Testing document Python 2 support has been dropped since If678d77b8da69121b0075bfbc4216531be25da6a. Update the 'Testing' document. Change-Id: Ic263943b1d6110925b9c9849c01b0d52d41a8351 --- doc/source/contributor/testing.rst | 12 +++--------- 1 file 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. -- cgit v1.2.1