Skip to content

Commit bd1db79

Browse files
committed
add scipy install
1 parent f0bec26 commit bd1db79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: python
22
python:
33
- 3.6
4+
install:
5+
- "pip install scipy"
46
script:
57
- python --version
68
- python -m unittest discover tests

0 commit comments

Comments
 (0)