File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments