diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md index 3c0b0fe..341904e 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,7 @@ The mailing list also welcomes patches. Please maintain a full branch [coverage], keep the [hobgoblins][flake8] happy, and ensure the software is easy to [reuse]: - PYTHONPATH=src coverage run - coverage report + PYTHONPATH=src coverage run && coverage report flake8 reuse lint |