summaryrefslogtreecommitdiff
path: root/tools/travis-test.sh
diff options
context:
space:
mode:
authorTyler Reddy <tyler.je.reddy@gmail.com>2018-12-01 16:05:13 -0800
committerTyler Reddy <tyler.je.reddy@gmail.com>2018-12-01 16:10:18 -0800
commit46dc817f4fa72dbd92e195cf81320bd5d76ad5a0 (patch)
treeca6553b3306365f4c287cfa443ddf577855f9099 /tools/travis-test.sh
parent12922e2d779aa2aa3b04b334743b5c7d97c12357 (diff)
downloadnumpy-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/travis-test.sh')
-rwxr-xr-xtools/travis-test.sh1
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