summaryrefslogtreecommitdiff
path: root/doc/source/installation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/installation.rst')
-rw-r--r--doc/source/installation.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/installation.rst b/doc/source/installation.rst
index e198f0d..944de25 100644
--- a/doc/source/installation.rst
+++ b/doc/source/installation.rst
@@ -44,9 +44,9 @@ Requirements:
* pycparser >= 2.06: https://github.com/eliben/pycparser (automatically
tracked by ``pip install cffi``).
-* `py.test`_ is needed to run the tests of CFFI itself.
+* `pytest`_ is needed to run the tests of CFFI itself.
-.. _`py.test`: http://pypi.python.org/pypi/pytest
+.. _`pytest`: http://pypi.python.org/pypi/pytest
Download and Installation:
@@ -67,7 +67,7 @@ Download and Installation:
(should work out of the box on Linux or Windows; see below for
`MacOS X`_.)
-* running the tests: ``py.test c/ testing/`` (if you didn't
+* running the tests: ``pytest c/ testing/`` (if you didn't
install cffi yet, you need first ``python setup_base.py build_ext -f
-i``)