From bbe0f3a41c6eecf102e3a06d65d4ebaacd2b165e Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Tue, 25 Jun 2019 17:47:50 +0900 Subject: [PATCH] Update .travis.yml --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b6850e8b..3be3da8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: