File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,10 @@ addons:
82
82
- python-dev
83
83
- python-imaging
84
84
- python-numpy
85
+ - python-scipy
85
86
- python-nose
86
87
- python3-dev
88
+ - python3-numpy
87
89
- python3-setuptools
88
90
- python3-nose
89
91
- libfreetype6-dev
Original file line number Diff line number Diff line change @@ -10,9 +10,11 @@ if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
10
10
# Install python packages to run sam command line
11
11
if [[ ${PYTHON_VERSION} == " 2.7" ]]; then
12
12
pip install --user clint argcomplete
13
- # elif [[ ${PYTHON_VERSION} == "3.2" ]]; then
13
+ pip install --user numpy
14
+ elif [[ ${PYTHON_VERSION} == " 3.2" ]]; then
14
15
# easy_install3 pip --prefix=$HOME/local
15
16
# pip3 install --user clint argcomplete
17
+ pip3 install --user numpy
16
18
fi
17
19
18
20
# Use TRAVIS_JOB_ID to detect that we are in travis.
You can’t perform that action at this time.
0 commit comments