Add NUMPY_EXPERIMENTAL_ARRAY_FUNCTION to .travis.yml

Instruct travis to use pre-numpy 1.17 behavior.
Workaround issue for uncertainties package causing CI
builds to fail

Related: https://github.com/lebigot/uncertainties/issues/89
This commit is contained in:
Andrew Johnson 2019-07-30 07:50:50 -05:00
parent 62865b3a55
commit 52f42ce76c
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB

View file

@ -28,6 +28,7 @@ env:
- LD_LIBRARY_PATH=$HOME/MOAB/lib:$HOME/DAGMC/lib
- PATH=$PATH:$HOME/NJOY2016/build
- COVERALLS_PARALLEL=true
- NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=0
matrix:
include:
- python: "3.5"