Skip to content

Commit 6cfbac7

Browse files
author
Clement Champetier
committed
Travis: fixed import of numpy
1 parent 675d6bc commit 6cfbac7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ addons:
8181
- libboost1.55-all-dev
8282
- python-dev
8383
- python-imaging
84-
- python-numpy
8584
- python-nose
8685
- python3-dev
8786
- python3-setuptools

tools/travis/install_dependencies.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
1010
# Install python packages to run sam command line
1111
if [[ ${PYTHON_VERSION} == "2.7" ]]; then
1212
pip install --user clint argcomplete
13-
# elif [[ ${PYTHON_VERSION} == "3.2" ]]; then
13+
pip install --user numpy
14+
elif [[ ${PYTHON_VERSION} == "3.2" ]]; then
1415
# easy_install3 pip --prefix=$HOME/local
1516
# pip3 install --user clint argcomplete
17+
pip3 install --user numpy
1618
fi
1719

1820
# Use TRAVIS_JOB_ID to detect that we are in travis.

0 commit comments

Comments
 (0)