From 889e558201fba80e96443a141006976f7cf9fc47 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Fri, 8 Jun 2018 13:53:25 +0900 Subject: [PATCH] update travis --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f4ad61f0..e8e7a919 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,13 +12,14 @@ before_install: - conda update -q conda # Useful for debugging any issues with conda - conda info -a + - conda uninstall numpy, scipy install: - - pip install scipy - conda install numpy - - pip install matplotlib - - pip install pandas - - pip install cvxpy + - conda install scipy + - conda install matplotlib + - conda install pandas + - conda install cvxpy - conda install -y -c cvxgrp cvxpy - conda install -y -c anaconda cvxopt - conda update numpy