From 4c2f1749a685d6ed704ae05a7bb53597906bd662 Mon Sep 17 00:00:00 2001 From: James Harmison Date: Fri, 18 Dec 2020 13:56:26 -0500 Subject: [PATCH] Added note about tox easybutton --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e004fec5..be5b5bf8 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,11 @@ python3 -m pytest --cov=psr --cov-report term-missing tests/step_implementers/pa tox -e lint ``` +### Run linter and all tests (a good idea before a commit) +```bash +tox +``` + ### Generate the Documentation Locally If you are updating the python documentation and want to generate locally this is how you do it.