We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530b2c2 commit a46c2f2Copy full SHA for a46c2f2
tests/test_files/test_contributing_/test_make_contributing_3_7_.html
@@ -14,8 +14,8 @@ <h2>Coding style</h2>
14
<section id="automated-tests">
15
<h2>Automated tests</h2>
16
<p>Tests are run with <span class="docutils literal">tox</span> and <span class="docutils literal">pytest</span>.
17
-To run tests for a specific Python version, such as Python 3.6:</p>
18
-<pre><code>$<span class="w"> </span>tox<span class="w"> </span>-e<span class="w"> </span>py36</code></pre>
+To run tests for a specific Python version, such as Python 3.10:</p>
+<pre><code>$<span class="w"> </span>tox<span class="w"> </span>-e<span class="w"> </span>py310</code></pre>
19
<p>To run tests for all Python versions, simply run:</p>
20
<pre><code>$<span class="w"> </span>tox</code></pre>
21
</section>
0 commit comments