We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816ee40 commit 839fbf2Copy full SHA for 839fbf2
1 file changed
doc/development.rst
@@ -19,8 +19,8 @@ The following assumes that the commands are executed from the root of the reposi
19
20
- The project can be built and installed with ``python setup.py build`` and
21
``python setup.py install``.
22
-- The unit tests can be run with ``python setup.py test``. The tests can be run with `python2`
23
- and `python3` to check with both major python versions, if they are installed.
+- The unit tests can be run with ``python setup.py test``. The tests can be run with ``python2``,
+ ``python3``, ``pypy`` or ``pypy3`` to test with other python versions, if they are installed.
24
- The docs can be built with ``sphinx-build doc/ doc/_build``.
25
26
0 commit comments