Site updated at 2016-02-14 18:23:05 UTC

This commit is contained in:
Travis CI 2016-02-14 18:23:05 +00:00
parent ffb7412de3
commit 64a8404713
13 changed files with 175 additions and 167 deletions

View file

@ -151,7 +151,7 @@ $ script/setup
<code>git checkout -b some-feature</code></li>
<li>Make the changes you want</li>
<li>Test your changes and check for style violations<br />
<code>./script/test</code></li>
<code>tox</code></li>
<li>Commit the changes<br />
<code>git add .</code><br />
<code>git commit -m "Added some-feature"</code></li>
@ -160,6 +160,14 @@ $ script/setup
<li>Follow <a href="https://help.github.com/articles/creating-a-pull-request/">these steps</a> to create your pull request.</li>
</ol>
<p>Note that the above requires <code>tox</code> to be installed. If you dont have it, do this:</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre>$ pip3 install tox
</pre></div>
</div>
</div>
<h3><a class="title-link" name="further-reading" href="#further-reading"></a> Further reading</h3>
<ul>