Simple tool to run tasks defined in a Yaml file.
First of all you need to create a tasks.yaml
or tasks.yml
to define which tasks should run.
setup:
- pip install -e .[dev]
build:
- python setup.py sdist
pytrun setup build
Also you can specify another file to pytrun:
pytrun setup build -c ./my-tasks.yml