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 bbec1db..1c1d80c 100644
--- a/README.rst
+++ b/README.rst
@@ -31,7 +31,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 `setup_requires` option.
- Use a requirement-test.txt file to hold test dependencies
-- Invoke tests with ``pytest``
+- Invoke tests with ``pip install --require-hashes requirements-test.txt && pytest``
- Another good option is to configure a ``tox.ini`` next to your ``setup.cfg`` https://tox.readthedocs.io/en/latest/
Usage