Skip to content

Commit 5938c37

Browse files
committed
clean up test instructions for developers; fixes #75
1 parent a80bef1 commit 5938c37

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/en/developers.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Running Tests
6767
The test suite for virtualenvwrapper uses `shunit2
6868
<http://shunit2.googlecode.com/>`_ and `tox
6969
<http://codespeak.net/tox>`_. To run the tests under bash, sh, and
70-
zsh, use ``make test`` or just ``tox``. In order to add new tests,
71-
you will need to modify or create an appropriate script in the
70+
zsh for Python 2.4-2.7, use ``tox`` from the top level directory of
71+
the hg repository.
72+
73+
Add new tests by modifying or creating an appropriate script in the
7274
``tests`` directory.

0 commit comments

Comments
 (0)