1 Star 0 Fork 0

DrShawn/PythonRobotics

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 711 Bytes
一键复制 编辑 原始数据 按行查看 历史
Atsushi Sakai 提交于 2018-05-12 18:47 . update numpy for fix bug
language: python
python:
- 3.6
before_install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
install:
- pip install scipy
- pip install numpy
- pip install matplotlib
- pip install pandas
- pip install cvxpy
- conda install -y -c cvxgrp cvxpy
- conda install -y -c anaconda cvxopt
- conda update numpy
script:
- python --version
- ./runtests.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/drshawn/PythonRobotics.git
git@gitee.com:drshawn/PythonRobotics.git
drshawn
PythonRobotics
PythonRobotics
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385