diff options
author | David Douard <david.douard@sdfa3.org> | 2019-03-04 10:14:52 +0100 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-03-04 10:14:52 +0100 |
commit | 06b95515290bddba9765d9cfa11b6c9f03ec88d8 (patch) | |
tree | d6824ffb5ed120ca3ac4914454e827b0161c8b34 /README.rst | |
parent | 30a37b1150a2b7dd4b204b1263c2151cefb27ce6 (diff) | |
download | pylint-git-06b95515290bddba9765d9cfa11b6c9f03ec88d8.tar.gz |
Update the README's testing section (#2785)
use a decent python version as tox cmd line example.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 189873f44..d1eed03bf 100644 --- a/README.rst +++ b/README.rst @@ -95,7 +95,7 @@ We use tox_ for running the test suite. You should be able to install it with:: To run the test suite for a particular Python version, you can do:: - tox -e py27 + tox -e py37 For more detailed information, check the documentation. |