poetry add wally
poetry install
A number of common checks and tools have been wired up with poetry scripts. Here are some examples
poetry run lint # will run the linter checks configured for this project
poetry run test # run unit tests uning the testing framworks configured for this project
poetry run format # run a format checker configured for this project.
There is also an easy way to run all of these checks at once:
poetry run qa # run all checks
Publish by bumping the version
in pyproject.toml and
committing to master (e.g., via a PR merge).
- Define sceptre templates for launching AWS resources
- For Jenkins master
- EC2 instance
- Install Jenkins
- Install git
- Install docker
- Create docker group
- Add Jenkins user to the docker group
- Restart Jenkins service
- For Jenkins master