diff options
author | mattip <matti.picus@gmail.com> | 2018-05-13 17:34:42 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-06-25 14:32:50 -0700 |
commit | f9336158330f2987db2c132ea22cbda5a94a7c68 (patch) | |
tree | 346370edd71cc18f2f29538e96a30a8f6808db74 /INSTALL.rst.txt | |
parent | 464f79eb1d05bf938d16b49da1c39a4e02506fa3 (diff) | |
download | numpy-f9336158330f2987db2c132ea22cbda5a94a7c68.tar.gz |
DOC: link to TESTS.rst.txt testing guidelines document, tweak testing docs
Diffstat (limited to 'INSTALL.rst.txt')
-rw-r--r-- | INSTALL.rst.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.rst.txt b/INSTALL.rst.txt index a81468d9f..d3ed7197e 100644 --- a/INSTALL.rst.txt +++ b/INSTALL.rst.txt @@ -29,12 +29,12 @@ Building NumPy requires the following software installed: 2) Cython >= 0.19 (for development versions of numpy, not for released versions) -3) nose__ (optional) 1.0 or later +3) pytest__ (optional) 1.15 or later This is required for testing numpy, but not for using it. -Python__ https://www.python.org -nose__ https://nose.readthedocs.io +Python__ http://www.python.org +pytest__ http://pytest.readthedocs.io .. note:: |