Skip to content

Commit

Permalink
Fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafai-gr committed Jun 14, 2024
1 parent c644052 commit 4567160
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions third_party/airflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,13 @@ You can install the package via `pip3 install third_party/airflow`.

You can use our tox file that streamlines development lifecycle. For development, you can install black, tox, mypy and flake8.

`python3.8 -m tox -e py38` will run unit tests.
`python3.10 -m tox -e py310` will run unit tests.

`python3.8 -m tox -e format` will run a format check
`python3.10 -m tox -e format` will run black on your code.

`python3.8 -m tox -e format-code` will run black on your code.
`python3.10 -m tox -e format-check` will run a format check.

`python3.8 -m tox -e docs` will generate a new sphinx doc.
`python3.10 -m tox -e docs` will generate a new sphinx doc.

## Releasing the client
Armada-airflow releases are automated via Github Actions, for contributors with sufficient access to run them.
Expand Down

0 comments on commit 4567160

Please sign in to comment.