update travis setting

This commit is contained in:
Atsushi Sakai
2019-01-31 17:41:28 +09:00
parent 98b424c882
commit d70bed9f4f

View File

@@ -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: