Update .travis.yml

This commit is contained in:
Atsushi Sakai
2019-06-25 17:47:50 +09:00
committed by GitHub
parent 3b1c48692d
commit bbe0f3a41c

View File

@@ -30,9 +30,10 @@ install:
- conda install scipy
- conda install matplotlib
- conda install pandas
- conda config --add channels oxfordcontrol
- conda install -c conda-forge lapack
- conda install -c cvxgrp cvxpy=1.0.24
#- conda config --add channels oxfordcontrol
#- conda install -c conda-forge lapack
#- conda install -c cvxgrp cvxpy=1.0.24
- pip install cvxpy
- conda install coveralls
script: