We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675d6bc commit 6cfbac7Copy full SHA for 6cfbac7
.travis.yml
@@ -81,7 +81,6 @@ addons:
81
- libboost1.55-all-dev
82
- python-dev
83
- python-imaging
84
- - python-numpy
85
- python-nose
86
- python3-dev
87
- python3-setuptools
tools/travis/install_dependencies.sh
@@ -10,9 +10,11 @@ if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
10
# Install python packages to run sam command line
11
if [[ ${PYTHON_VERSION} == "2.7" ]]; then
12
pip install --user clint argcomplete
13
- # elif [[ ${PYTHON_VERSION} == "3.2" ]]; then
+ pip install --user numpy
14
+ elif [[ ${PYTHON_VERSION} == "3.2" ]]; then
15
# easy_install3 pip --prefix=$HOME/local
16
# pip3 install --user clint argcomplete
17
+ pip3 install --user numpy
18
fi
19
20
# Use TRAVIS_JOB_ID to detect that we are in travis.
0 commit comments