summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorljhuang <huang.liujie@99cloud.net>2022-07-28 11:32:24 +0800
committerljhuang <huang.liujie@99cloud.net>2022-07-29 10:26:28 +0800
commit476c5f89c7c120a28a4b0b83a0ef81e7aeb02010 (patch)
tree2b67d4d271f6a115ae667e0ee3cdf4abde04b5cb /CONTRIBUTING.rst
parentf4783ad4973481ae7136f19716ebbb8a6eba286c (diff)
downloadtrove-476c5f89c7c120a28a4b0b83a0ef81e7aeb02010.tar.gz
Changed py39 from py27 in tox
Changed py39 from py27 in tox for contributing doc Change-Id: Ia079b7b7f5d96858c7dfe4b3d103c0efd86ae68b
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 5340bca7..1ba3c894 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -258,8 +258,7 @@ following on your development system and ensure that they pass.
.. code-block:: bash
$ tox -e pep8
- $ tox -e py27
- $ tox -e py34
+ $ tox -e py39
$ tox -e pylint
If you are unable to get these to pass locally, it is a waste of the
@@ -294,11 +293,11 @@ To run all tests and PEP8, run tox, like so:
$ tox
-To run just the tests for Python 2.7, run:
+To run just the tests for Python 3.9, run:
.. code-block:: bash
- $ tox -epy27
+ $ tox -epy39
To run just PEP8, run: