From d70bed9f4f1af105ce7ec68afd0c84fb617dd384 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Thu, 31 Jan 2019 17:41:28 +0900 Subject: [PATCH] update travis setting --- .travis.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index a7938d6c..0edce645 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,17 +20,18 @@ before_install: - conda update -q conda # Useful for debugging any issues with conda - conda info -a - - conda env create -f ./environment.yml - - activate python_robotics + - conda install python==3.6.8 + #- conda env create -f ./environment.yml + #- activate python_robotics install: - #- conda install numpy - #- conda install scipy - #- conda install matplotlib - #- conda install pandas - #- conda install -c conda-forge lapack - #- conda install -c cvxgrp cvxpy + - conda install numpy + - conda install scipy + - conda install matplotlib + - conda install pandas + - conda install -c conda-forge lapack + - conda install -c cvxgrp cvxpy - conda install coveralls script: