summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorzhangyangyang <zhangyangyang@unionpay.com>2019-03-18 15:40:20 +0800
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2019-04-22 22:28:33 +0900
commitf970589f9ba62b61efdc68a4843e54bc1ecc76c5 (patch)
tree91aeae79125ece6a9b5afde26750da8731f18554 /doc
parent7cfd3abfef05afe500a62cd32138fdb9b35936f7 (diff)
downloadpython-novaclient-f970589f9ba62b61efdc68a4843e54bc1ecc76c5.tar.gz
Drop py35 tests
Drop py35 tests because all the integration testing has been moved to Bionic. See the following URL for more details. http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html Co-Authored-By: Takashi Natsume <natsume.takashi@lab.ntt.co.jp> Change-Id: Ied64e92d5833ed11e1213c42994cfebeaa2ace6a Signed-off-by: zhangyangyang <zhangyangyang@unionpay.com>
Diffstat (limited to 'doc')
-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.