Skip to content

Commit a46c2f2

Browse files
committed
Update reference file for contributing guide test.
1 parent 530b2c2 commit a46c2f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_files/test_contributing_/test_make_contributing_3_7_.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ <h2>Coding style</h2>
1414
<section id="automated-tests">
1515
<h2>Automated tests</h2>
1616
<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>
17+
To run tests for a specific Python version, such as Python 3.10:</p>
18+
<pre><code>$<span class="w"> </span>tox<span class="w"> </span>-e<span class="w"> </span>py310</code></pre>
1919
<p>To run tests for all Python versions, simply run:</p>
2020
<pre><code>$<span class="w"> </span>tox</code></pre>
2121
</section>

0 commit comments

Comments
 (0)