summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-05-19 10:10:54 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-05-19 10:10:54 -0400
commit592d891f99371664387e319eb45c3d28ba485afc (patch)
tree77538549874884cc73484e0ccbf132de414604c4
parent927894a0b76663c6fc014626f422dc78404f67c1 (diff)
downloadpytest-runner-592d891f99371664387e319eb45c3d28ba485afc.tar.gz
Edit for consistency.v5.3.1
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f633734..b8740bb 100644
--- a/README.rst
+++ b/README.rst
@@ -37,7 +37,7 @@ It is recommended that you:
- Remove ``'pytest-runner'`` from your ``setup_requires``, preferably removing the ``setup_requires`` option.
- Remove ``'pytest'`` and any other testing requirements from ``tests_require``, preferably removing the ``tests_requires`` option.
-- Select a tool to bootstrap and then run tests such as tox
+- Select a tool to bootstrap and then run tests such as tox.
Usage
=====