Skip to content

Commit 839fbf2

Browse files
felixdivohardbyte
authored andcommitted
Update development.rst
1 parent 816ee40 commit 839fbf2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/development.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The following assumes that the commands are executed from the root of the reposi
1919

2020
- The project can be built and installed with ``python setup.py build`` and
2121
``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.
22+
- The unit tests can be run with ``python setup.py test``. The tests can be run with ``python2``,
23+
``python3``, ``pypy`` or ``pypy3`` to test with other python versions, if they are installed.
2424
- The docs can be built with ``sphinx-build doc/ doc/_build``.
2525

2626

0 commit comments

Comments
 (0)