commit | cface37b357351024bb10378ae3350f7c6ab20dc | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Mon Jul 23 00:50:48 2018 |
committer | GitHub <noreply@github.com> | Mon Jul 23 00:50:48 2018 |
tree | 861781217eb1d2b6cfbecdb3ce8fe9a00aa70903 | |
parent | 1b6ccff3a37e1d4edcdc3a89d9e4f28e42cd382f [diff] | |
parent | bdb70c6eb693ba3fde5f0fe6cde8e786490f629e [diff] |
Merge pull request #11602 from charris/backport-11598 TST: Add Python 3.7 to CI testing (#11598)
NumPy is the fundamental package needed for scientific computing with Python.
It provides:
If nose
is installed, tests can be run after installation with:
python -c 'import numpy; numpy.test()'