diff options
author | mattip <matti.picus@gmail.com> | 2023-02-22 08:56:52 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2023-02-22 13:39:26 +0200 |
commit | c217f93da2cd0d119abb575371e4a70927f2015c (patch) | |
tree | 8321dda640b594e7eaf93181b324efcf2a41690a /README.md | |
parent | 8423cba37de0ac2f9795a40b9bc62564df7db050 (diff) | |
download | numpy-c217f93da2cd0d119abb575371e4a70927f2015c.tar.gz |
BLD, TST: reformat yml file and force exit code
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ Testing: NumPy requires `pytest` and `hypothesis`. Tests can then be run after installation with: - python -c 'import numpy; numpy.test()' + python -c "import numpy, sys; sys.exit(numpy.test() is False)" Code of Conduct ---------------------- |