summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDavid Douard <david.douard@sdfa3.org>2019-03-04 10:14:52 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2019-03-04 10:14:52 +0100
commit06b95515290bddba9765d9cfa11b6c9f03ec88d8 (patch)
treed6824ffb5ed120ca3ac4914454e827b0161c8b34 /README.rst
parent30a37b1150a2b7dd4b204b1263c2151cefb27ce6 (diff)
downloadpylint-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.rst2
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.