update test script

This commit is contained in:
Atsushi Sakai
2019-01-31 17:17:58 +09:00
parent 8b9f17e759
commit 98b424c882

View File

@@ -20,14 +20,17 @@ 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
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: