From a4dbefc6f4c0d064e7bf3ac84d32f1d414cac509 Mon Sep 17 00:00:00 2001 From: jolie Date: Tue, 25 Apr 2017 16:08:00 +0800 Subject: [PATCH] Revise text about py34 Zaqar has already dropped py34[1], so the text "py34" and "Runs the Python unit tests with a Python 3.4 environment." need to be deleted. Besides, we should support py35. [1]https://review.openstack.org/#/c/418170/ Change-Id: Id5aa108160582b71a792d58b793c7b1da1096305 Closes-Bug: #1686038 --- doc/source/running_tests.rst | 2 +- doc/source/writing_pipeline_stages.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/running_tests.rst b/doc/source/running_tests.rst index 4b31c214b..723745353 100644 --- a/doc/source/running_tests.rst +++ b/doc/source/running_tests.rst @@ -57,7 +57,7 @@ To run multiple tests separate items by commas: .. code-block:: console - $ tox -e py27,py34,pep8 + $ tox -e py27,py35,pep8 .. _the unit testing section of the Testing wiki page: https://wiki.openstack.org/wiki/Testing#Unit_Tests diff --git a/doc/source/writing_pipeline_stages.rst b/doc/source/writing_pipeline_stages.rst index 7b3fdf56c..46c2c82c2 100644 --- a/doc/source/writing_pipeline_stages.rst +++ b/doc/source/writing_pipeline_stages.rst @@ -112,7 +112,7 @@ File tree structure of the package: 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Intended Audience :: Developers', 'Environment :: Console', ],