Merge pull request #1379 from StaticCube/patch-2

Added pydocstyle test
This commit is contained in:
Robbie Trencheny 2016-10-31 13:30:44 -07:00 committed by GitHub
commit 79cea0a2b3

View File

@ -38,6 +38,7 @@ During development on a specific file, speed up your workflow by running tests a
```bash
$ flake8 homeassistant/core.py
$ pylint homeassistant/core.py
$ pydocstyle homeassistant/core.py
$ py.test tests/test_core.py
```