summaryrefslogtreecommitdiff
path: root/doc/source/contributor/testing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/contributor/testing.rst')
-rw-r--r--doc/source/contributor/testing.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/contributor/testing.rst b/doc/source/contributor/testing.rst
index 1b285745..b699f4ad 100644
--- a/doc/source/contributor/testing.rst
+++ b/doc/source/contributor/testing.rst
@@ -11,14 +11,14 @@ test targets that can be run to validate the code.
``tox -e py27``
Traditional unit testing (Python 2.7).
-``tox -e py35``
- Traditional unit testing (Python 3.5).
+``tox -e py36``
+ Traditional unit testing (Python 3.6).
``tox -e functional``
Live functional testing against an existing OpenStack instance. (Python 2.7)
-``tox -e functional-py35``
- Live functional testing against an existing OpenStack instance. (Python 3.5)
+``tox -e functional-py36``
+ Live functional testing against an existing OpenStack instance. (Python 3.6)
``tox -e cover``
Generate a coverage report on unit testing.