Skip to content

Commit

Permalink
Added note about tox easybutton
Browse files Browse the repository at this point in the history
  • Loading branch information
jharmison-redhat authored and itewk committed Dec 18, 2020
1 parent bd5b750 commit 4c2f174
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4c2f174

Please sign in to comment.