Skip to content

Commit b762044

Browse files
Amery Songmarc-hb
authored andcommitted
.travis.yml: add numpy and scipy packages
These two packages are used in wavetool.py, pylint will complain if they are not installed. Signed-off-by: Amery Song <chao.song@intel.com>
1 parent d594d89 commit b762044

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ git:
1616
quiet: true
1717

1818
before_install:
19-
- sudo apt-get -y install shellcheck pylint
19+
- sudo apt-get -y install shellcheck pylint python3-numpy python3-scipy
2020

2121
jobs:
2222
include:

0 commit comments

Comments
 (0)