aboutsummaryrefslogtreecommitdiffstats
path: root/topics/third-party-resources/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'topics/third-party-resources/index.html')
-rw-r--r--topics/third-party-resources/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/third-party-resources/index.html b/topics/third-party-resources/index.html
index 529a7b5a..6f0e1e49 100644
--- a/topics/third-party-resources/index.html
+++ b/topics/third-party-resources/index.html
@@ -437,7 +437,7 @@ You probably want to also tag the version now:
<h4 id="tests">Tests</h4>
<p>The cookiecutter template includes a <code>runtests.py</code> which uses the <code>pytest</code> package as a test runner.</p>
<p>Before running, you'll need to install a couple test requirements.</p>
-<pre><code>$ pip install -r requirements-test.txt
+<pre><code>$ pip install -r requirements.txt
</code></pre>
<p>Once requirements installed, you can run <code>runtests.py</code>.</p>
<pre><code>$ ./runtests.py