Skip to content

Commit 011b343

Browse files
committed
MAINT: refresh README from info.py
Slight rewrite of info.py Update the README file from info.py
1 parent ba09d73 commit 011b343

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ Dependencies
9292

9393
To run NIPY, you will need:
9494

95-
* python_ >= 2.6 (tested with 2.6, 2.7, 3.2, 3.3, 3.4)
95+
* python_ >= 2.6 (tested with 2.6, 2.7, 3.2 through 3.5)
9696
* numpy_ >= 1.6.0
97-
* scipy_ >= 0.7.0
97+
* scipy_ >= 0.9.0
9898
* sympy_ >= 0.7.0
9999
* nibabel_ >= 1.2
100100

nipy/info.py

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,29 @@
9696
.. _current development version: https://github.com/nipy/nipy/archive/master.zip
9797
.. _available releases: http://pypi.python.org/pypi/nipy
9898
99+
Tests
100+
=====
101+
102+
To run nipy's tests, you will need to install the nose_ Python testing
103+
package. Then::
104+
105+
python -c "import nipy; nipy.test()"
106+
107+
You can also run nipy's tests with the ``nipnost`` script in the ``tools``
108+
directory of the nipy distribution::
109+
110+
./tools/nipnost nipy
111+
112+
``nipnost`` is a thin wrapper around the standard ``nosetests`` program that
113+
is part of the nose package. Try ``nipnost --help`` to see a large number of
114+
command-line options.
115+
99116
Dependencies
100117
============
101118
102119
To run NIPY, you will need:
103120
104-
* python_ >= 2.6 (tested with 2.6, 2.7, 3.2, 3.3, 3.4)
121+
* python_ >= 2.6 (tested with 2.6, 2.7, 3.2 through 3.5)
105122
* numpy_ >= 1.6.0
106123
* scipy_ >= 0.9.0
107124
* sympy_ >= 0.7.0
@@ -121,6 +138,7 @@
121138
.. _ipython: http://ipython.org
122139
.. _matplotlib: http://matplotlib.org
123140
.. _mayavi: http://code.enthought.com/projects/mayavi/
141+
.. _nose: http://nose.readthedocs.org/en/latest
124142
125143
License
126144
=======

0 commit comments

Comments
 (0)