summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/installation.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-12 04:52:20 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-12 04:52:20 -0700
commitebbe68144ad6a6022863aa4a29f5611fde02258f (patch)
tree663c5830a89e55b409e8c290a9531a7e1854306c /docs/tutorials/wiki/installation.rst
parent277013f86cd7d4ed2c89fef0b270006c69ccfdd4 (diff)
downloadpyramid-ebbe68144ad6a6022863aa4a29f5611fde02258f.tar.gz
pyramid-ebbe68144ad6a6022863aa4a29f5611fde02258f.tar.bz2
pyramid-ebbe68144ad6a6022863aa4a29f5611fde02258f.zip
- use an environment variable and venv. See https://github.com/Pylons/pyramid/pull/2468#discussion_r59311019
- rename stanza from `testing_extras` to `tests_require` - switch from nose to pytest
Diffstat (limited to 'docs/tutorials/wiki/installation.rst')
-rw-r--r--docs/tutorials/wiki/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst
index 2064d3cc8..6dd35794f 100644
--- a/docs/tutorials/wiki/installation.rst
+++ b/docs/tutorials/wiki/installation.rst
@@ -214,7 +214,7 @@ Install testing requirements
----------------------------
In order to run tests, we need to install the testing requirements. This is
-done through our project's ``setup.py`` file, in the ``testing_extras`` and
+done through our project's ``setup.py`` file, in the ``tests_require`` and
``extras_require`` stanzas, and by issuing the command below for your
operating system.