Site updated at 2018-03-10 18:20:43 UTC

This commit is contained in:
Travis CI 2018-03-10 18:20:43 +00:00
parent ba8b0e90a4
commit 78e5a93b8f
29 changed files with 75 additions and 75 deletions

View file

@ -106,7 +106,7 @@
<span class="gp">$ </span>py.test tests/test_core.py
</code></pre>
</div>
<p>You can also run linting tests against all changed files, as reported by <code class="highlighter-rouge">git diff upstream/dev... --name-only</code>, using the <code class="highlighter-rouge">lint</code> script:</p>
<p>You can also run linting tests against all changed files, as reported by <code class="highlighter-rouge">git diff upstream/dev... --diff-filter=d --name-only</code>, using the <code class="highlighter-rouge">lint</code> script:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>script/lint
</code></pre>
</div>