summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.