mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2024-10-29 19:47:00 +00:00
Update docs for 0.9 release
This commit is contained in:
parent
12c4ec62f2
commit
817ae28a23
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
See also: [Github Release Page](https://github.com/enpaul/tox-poetry-installer/releases).
|
See also: [Github Release Page](https://github.com/enpaul/tox-poetry-installer/releases).
|
||||||
|
|
||||||
## Version 0.9
|
## Version 0.9.0
|
||||||
|
|
||||||
View this release on:
|
View this release on:
|
||||||
[Github](https://github.com/enpaul/tox-poetry-installer/releases/tag/0.9.0),
|
[Github](https://github.com/enpaul/tox-poetry-installer/releases/tag/0.9.0),
|
||||||
|
15
README.md
15
README.md
@ -34,7 +34,7 @@ See the
|
|||||||
[Changelog](https://github.com/enpaul/tox-poetry-installer/blob/devel/CHANGELOG.md) for
|
[Changelog](https://github.com/enpaul/tox-poetry-installer/blob/devel/CHANGELOG.md) for
|
||||||
release history.
|
release history.
|
||||||
|
|
||||||
*See also: [official Tox plugins](https://tox.readthedocs.io/en/latest/plugins.html), [Poetry-Dev-Dependencies Tox plugin](https://github.com/sinoroc/tox-poetry-dev-dependencies), [Poetry Tox plugin](https://github.com/tkukushkin/tox-poetry)*
|
*See also: [official Tox plugins](https://tox.readthedocs.io/en/latest/plugins.html), [Poetry Tox plugin](https://github.com/tkukushkin/tox-poetry)*
|
||||||
|
|
||||||
## Feature Overview
|
## Feature Overview
|
||||||
|
|
||||||
@ -353,7 +353,7 @@ are tracked on [Github](https://github.com/enpaul/tox-poetry-installer/releases)
|
|||||||
and [open a pull request](https://github.com/enpaul/tox-poetry-installer/compare).
|
and [open a pull request](https://github.com/enpaul/tox-poetry-installer/compare).
|
||||||
|
|
||||||
Developing this project requires [Python 3.7+](https://www.python.org/downloads/) and
|
Developing this project requires [Python 3.7+](https://www.python.org/downloads/) and
|
||||||
[Poetry 1.0](https://python-poetry.org/docs/#installation) or later. GNU Make can
|
[Poetry 1.2](https://python-poetry.org/docs/#installation) or later. GNU Make can
|
||||||
optionally be used to quickly setup a local development environment, but this is not
|
optionally be used to quickly setup a local development environment, but this is not
|
||||||
required.
|
required.
|
||||||
|
|
||||||
@ -368,18 +368,11 @@ git clone git@github.com:enpaul/tox-poetry-installer.git
|
|||||||
|
|
||||||
cd tox-poetry-installer/
|
cd tox-poetry-installer/
|
||||||
|
|
||||||
# Create and configure the local development environment...
|
# Create and configure the local development environment
|
||||||
# ...with make:
|
|
||||||
make dev
|
make dev
|
||||||
# ...manually:
|
|
||||||
poetry install -E poetry --remove-untracked
|
|
||||||
poetry run pre-commit install
|
|
||||||
|
|
||||||
# Run tests and CI locally...
|
# Run tests and CI locally
|
||||||
# ...with make:
|
|
||||||
make test
|
make test
|
||||||
# ...manually:
|
|
||||||
poetry run tox --recreate
|
|
||||||
|
|
||||||
# See additional make targets
|
# See additional make targets
|
||||||
make help
|
make help
|
||||||
|
Loading…
Reference in New Issue
Block a user