Skip to content

Commit 83080bc

Browse files
authored
Merge pull request #33 from cvxgrp/numpy-import-error
Install numpy, scipy before scs, cvxpy
2 parents 5dfc071 + f105338 commit 83080bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ before_install:
3131

3232
install:
3333
- pip install --upgrade pip
34-
- pip install nose cvxpy scs numpy scipy
34+
- pip install --upgrade numpy
35+
- pip install nose scipy scs cvxpy
3536
- pip install .
3637

3738
script:
@@ -40,4 +41,4 @@ script:
4041
notifications:
4142
email:
4243
- stbarratt@gmail.com
43-
- akshaykagrawal7@gmail.com
44+
- akshaykagrawal7@gmail.com

0 commit comments

Comments
 (0)