Skip to content

Commit

Permalink
Add note about smoke test script
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Dec 12, 2022
1 parent 5536ef8 commit 86aa192
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Contributing

## Running tests locally

To run a subset of the required tests, run the [smoke test script](/scripts/smoke.bash)

./scripts/smoke.bash

## Updating/adding a dependency

1. Add or update the dependency in [pyproject.toml](/pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion scripts/smoke.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -ex

PYVER=310
PYVER=3

tox -c tox.ini \
-e py${PYVER}flakes \
Expand Down

0 comments on commit 86aa192

Please sign in to comment.