Skip to content

Commit 2c21c5b

Browse files
committed
DEV: add numpy to travis conda to fix setup import.
The `conda-build` process imports setup.py to parse package metadata; this runs in root environment. Since setup imports numpy, Miniconda root must have numpy installed.
1 parent 4b35656 commit 2c21c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ before_install:
5959
- $NOMC || popd
6060
- $NOMC || export PATH="${HOME}/mc/bin:${PATH}"
6161
- $NOMC || conda update --yes conda
62-
- $NOMC || conda install --yes conda-build jinja2 scons
62+
- $NOMC || conda install --yes conda-build jinja2 scons numpy
6363
# Make scons available globally.
6464
- $NOMC || mkdir -p ~/bin
6565
- $NOMC || cp ~/mc/bin/scons ~/bin/

0 commit comments

Comments
 (0)