Skip to content

Commit

Permalink
install python dependencies in travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mohabouje committed Mar 31, 2019
1 parent f08d102 commit c126136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mac_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ cd ${TRAVIS_BUILD_DIR}
sudo pip3 install --upgrade pip
sudo pip3 install -U numpy
sudo pip3 install -U scipy
sudo pip3 install -U spectrum
sudo python3 test/
if [ $? -ne 0 ]; then
error "Error: there are some tests that failed!"
Expand Down
1 change: 1 addition & 0 deletions xenial_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ sudo ldconfig
sudo pip install --upgrade pip
sudo pip install -U numpy
sudo pip install -U scipy
sudo pip install -U spectrum
sudo python test/
if [ $? -ne 0 ]; then
error "Error: there are some tests that failed!"
Expand Down

0 comments on commit c126136

Please sign in to comment.