Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #340 from ndawe/master
Browse files Browse the repository at this point in the history
Clarify running nosetests outside of source directory
  • Loading branch information
ndawe committed Aug 7, 2017
2 parents b88719b + f11d8c5 commit b901e6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ Running the Tests
=================

Testing requires the `nose <https://nose.readthedocs.org/en/latest/>`_ package.
Once `root_numpy` is installed, it may be tested (from outside the source
directory) by running::

From outside the source directory `rootpy_numpy` may be tested by running::

nosetests --exe -s -v root_numpy

`root_numpy` can also be tested before installing by running this from inside
Your copy of the `root_numpy` source may also be tested by runnnig this inside
the source directory::

make test
Expand Down

0 comments on commit b901e6a

Please sign in to comment.