Site updated at 2016-11-01 03:57:06 UTC

This commit is contained in:
Travis CI 2016-11-01 03:57:06 +00:00
parent e99d1f5fea
commit ab41e27a29
24 changed files with 38 additions and 37 deletions

View file

@ -118,6 +118,7 @@
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>flake8 homeassistant/core.py
<span class="gp">$ </span>pylint homeassistant/core.py
<span class="gp">$ </span>pydocstyle homeassistant/core.py
<span class="gp">$ </span>py.test tests/test_core.py
</code></pre>
</div>