Skip to content

Commit dfd87f7

Browse files
committed
FIX pip install scipy on Travis
1 parent b99016b commit dfd87f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ virtualenv:
88

99
install:
1010
- sudo apt-get update
11-
- sudo apt-get install cython python-numpy python-scipy
11+
- sudo apt-get install cython python-numpy
12+
- pip install scipy
1213
- pip install scikit-learn
1314
- pip install .
1415

0 commit comments

Comments
 (0)