mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 16:47:55 -05:00
update travis setting
This commit is contained in:
17
.travis.yml
17
.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:
|
||||
|
||||
Reference in New Issue
Block a user