Skip to content

Commit eb98178

Browse files
doc: Update Testing document
Python 2 support has been dropped since If678d77b8da69121b0075bfbc4216531be25da6a. Update the 'Testing' document. Change-Id: Ic263943b1d6110925b9c9849c01b0d52d41a8351
1 parent 9cae961 commit eb98178

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

doc/source/contributor/testing.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,11 @@ test targets that can be run to validate the code.
88
``tox -e pep8``
99
Style guidelines enforcement.
1010

11-
``tox -e py27``
12-
Traditional unit testing (Python 2.7).
13-
14-
``tox -e py36``
15-
Traditional unit testing (Python 3.6).
11+
``tox -e py37``
12+
Traditional unit testing (Python 3.7).
1613

1714
``tox -e functional``
18-
Live functional testing against an existing OpenStack instance. (Python 2.7)
19-
20-
``tox -e functional-py36``
21-
Live functional testing against an existing OpenStack instance. (Python 3.6)
15+
Live functional testing against an existing OpenStack instance. (Python 3.7)
2216

2317
``tox -e cover``
2418
Generate a coverage report on unit testing.

0 commit comments

Comments
 (0)