summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYuanbin.Chen <cybing4@gmail.com>2018-03-05 13:42:00 +0800
committerYuanbin.Chen <cybing4@gmail.com>2018-03-05 13:45:57 +0800
commitc89272335aee016775dc4c878a6c223927d3436d (patch)
tree0fd56ab537b8aef0dfaa22b327f1a72daaab0f56 /doc
parent6b40cae36d721a26dd22d0750b41925c45fd74f6 (diff)
downloadpython-cinderclient-c89272335aee016775dc4c878a6c223927d3436d.tar.gz
Update unit_test.rst doc unit test py34 to py35
CinderClient unit test use py27 or py35, Look: https://github.com/openstack/python-cinderclient/blob/master/tox.ini#L3 Change-Id: Ibc3ada82337c6393ab86b3159fa1b4f032495879 Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/source/contributor/unit_tests.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/contributor/unit_tests.rst b/doc/source/contributor/unit_tests.rst
index 16f9be5..dcb6c2c 100644
--- a/doc/source/contributor/unit_tests.rst
+++ b/doc/source/contributor/unit_tests.rst
@@ -30,7 +30,7 @@ options and what the test run does by default.
Running a subset of tests using tox
-----------------------------------
One common activity is to just run a single test, you can do this with tox
-simply by specifying to just run py27 or py34 tests against a single test::
+simply by specifying to just run py27 or py35 tests against a single test::
tox -epy27 -- -n cinderclient.tests.unit.v2.test_volumes.VolumesTest.test_attach