Skip to content

Commit

Permalink
DOC: Update testing section of README.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
charris committed Jun 22, 2018
1 parent cd731d5 commit f768f3e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ It provides:
- tools for integrating C/C++ and Fortran code
- useful linear algebra, Fourier transform, and random number capabilities

If ``nose`` is installed, tests can be run after installation with:
Testing:

- NumPy versions >= 1.15 require ``pytest``
- NumPy versions < 1.15 require ``nose``

Tests can then be run after installation with:

python -c 'import numpy; numpy.test()'

Expand Down

0 comments on commit f768f3e

Please sign in to comment.