Skip to content

Commit

Permalink
Update readme to mention CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Feb 10, 2024
1 parent 024277e commit a0d6907
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ Checks can be run together with [`tox`](https://tox.wiki/).
To do so, install `tox` if it is not already installed. Make sure you have
version 4 or higher.

Then, at the top of this repository's working tree (the direcctory that
contains `tox.ini`), test and typecheck any of the individual packages as
follows:
Then, at the top of this repository's working tree (the directory that contains
`tox.ini`), test and typecheck any of the individual packages as follows:

```sh
tox --root by_literal
Expand All @@ -55,6 +54,10 @@ tox --root by_getattr
tox --root by_property
```

These `tox` checks also all
[run on CI](https://github.com/EliahKagan/version/actions/workflows/tox.yml).
See [`tox.yml`](.github/workflows/tox.tml).

## Further reading

- [Single-sourcing the package
Expand Down

0 comments on commit a0d6907

Please sign in to comment.