From 3b1c48692ddb9d4a5078bb5ba4db7bcfe26b4201 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Tue, 25 Jun 2019 15:31:17 +0900 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6cbe37a2..b6850e8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,9 @@ 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 + - conda install -c cvxgrp cvxpy=1.0.24 - conda install coveralls script: