summaryrefslogtreecommitdiff
path: root/doc/source/dev
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2019-06-25 21:33:56 +1200
committerMike Taves <mwtoews@gmail.com>2019-06-26 09:33:06 +1200
commit4ac8e8d7c73edfae52de723b0df04c8608324eb9 (patch)
treed3a754ee3334ecefc9915bd82ca8c0c3517726dd /doc/source/dev
parent0a00dc9d5a6c7ad87a8117bace5a6775b0d737df (diff)
downloadnumpy-4ac8e8d7c73edfae52de723b0df04c8608324eb9.tar.gz
MAINT: Update tox for supported Python versions
Also replace 'nose' with 'pytest' for deps
Diffstat (limited to 'doc/source/dev')
-rw-r--r--doc/source/dev/development_environment.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/dev/development_environment.rst b/doc/source/dev/development_environment.rst
index 445ce3204..bc491b711 100644
--- a/doc/source/dev/development_environment.rst
+++ b/doc/source/dev/development_environment.rst
@@ -147,9 +147,9 @@ That also takes extra arguments, like ``--pdb`` which drops you into the Python
debugger when a test fails or an exception is raised.
Running tests with `tox`_ is also supported. For example, to build NumPy and
-run the test suite with Python 3.4, use::
+run the test suite with Python 3.7, use::
- $ tox -e py34
+ $ tox -e py37
For more extensive information, see :ref:`testing-guidelines`