summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2023-02-22 08:56:52 +0200
committermattip <matti.picus@gmail.com>2023-02-22 13:39:26 +0200
commitc217f93da2cd0d119abb575371e4a70927f2015c (patch)
tree8321dda640b594e7eaf93181b324efcf2a41690a /README.md
parent8423cba37de0ac2f9795a40b9bc62564df7db050 (diff)
downloadnumpy-c217f93da2cd0d119abb575371e4a70927f2015c.tar.gz
BLD, TST: reformat yml file and force exit code
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8377e01b0..c0e0b7388 100644
--- a/README.md
+++ b/README.md
@@ -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
----------------------