diff options
author | Tyler Reddy <tyler.je.reddy@gmail.com> | 2018-12-01 16:05:13 -0800 |
---|---|---|
committer | Tyler Reddy <tyler.je.reddy@gmail.com> | 2018-12-01 16:10:18 -0800 |
commit | 46dc817f4fa72dbd92e195cf81320bd5d76ad5a0 (patch) | |
tree | ca6553b3306365f4c287cfa443ddf577855f9099 /tools | |
parent | 12922e2d779aa2aa3b04b334743b5c7d97c12357 (diff) | |
download | numpy-46dc817f4fa72dbd92e195cf81320bd5d76ad5a0.tar.gz |
TST: enable array_func cov
* our CI should now report test
coverage for the new array_function
dispatch protocol
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/travis-test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/travis-test.sh b/tools/travis-test.sh index 3b56f1162..fa83606b2 100755 --- a/tools/travis-test.sh +++ b/tools/travis-test.sh @@ -113,6 +113,7 @@ run_test() if [ -n "$RUN_COVERAGE" ]; then $PIP install pytest-cov + NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=1 COVERAGE_FLAG=--coverage fi |