summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.