Site updated at 2016-10-02 19:25:06 UTC

This commit is contained in:
Travis CI 2016-10-02 19:25:07 +00:00
parent f9dbe89b1f
commit 1ed1d99ec6
25 changed files with 39 additions and 39 deletions

View file

@ -93,7 +93,7 @@
<h3><a class="title-link" name="local-testing" href="#local-testing"></a> Local testing</h3>
<p>Its highly recommanded to run <code class="highlighter-rouge">tox</code> before you create your Pull Request to avoid annoying fixes. Local testing requires <code class="highlighter-rouge">tox</code> to be installed.</p>
<p>Its highly recommended to run <code class="highlighter-rouge">tox</code> before you create your Pull Request to avoid annoying fixes. Local testing requires <code class="highlighter-rouge">tox</code> to be installed.</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>pip3 install tox
</code></pre>