mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Fix formatting
This commit is contained in:
parent
534308e461
commit
ce82bd7515
@ -71,10 +71,10 @@ When you are done with development and ready to commit your changes, run `build_
|
|||||||
|
|
||||||
To test your code before submission, used the `tox` tool.
|
To test your code before submission, used the `tox` tool.
|
||||||
|
|
||||||
```shell
|
```bash
|
||||||
> pip install -U tox
|
> pip install -U tox
|
||||||
> tox
|
> tox
|
||||||
```
|
```
|
||||||
|
|
||||||
This will run unit tests against python 3.4 and 3.5 (if both are available locally), as well as run a set of tests which validate `pep8` and `pylint` style of the code.
|
This will run unit tests against python 3.4 and 3.5 (if both are available locally), as well as run a set of tests which validate `pep8` and `pylint` style of the code.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user