Skip to content

Commit 3c891fe

Browse files
committed
update travis
1 parent d43cd19 commit 3c891fe

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ install:
1919
- conda install scipy
2020
- conda install matplotlib
2121
- conda install pandas
22-
- pip install cvxpy
23-
- conda install -y -c cvxgrp cvxpy
24-
- conda install -y -c anaconda cvxopt
22+
- conda install -c conda-forge lapack
23+
- conda install -c cvxgrp cvxpy
24+
#- pip install cvxpy
25+
#- conda install -y -c cvxgrp cvxpy
26+
#- conda install -y -c anaconda cvxopt
2527

2628
script:
2729
- python --version

0 commit comments

Comments
 (0)