1 Star 0 Fork 0

林树/PythonRobotics

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 781 Bytes
一键复制 编辑 原始数据 按行查看 历史
Atsushi Sakai 提交于 2019-10-06 08:57 . try to upgrade 3.7
language: python
matrix:
include:
- os: linux
python:
- 3.7
before_install:
- sudo apt-get update
- 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
# - conda install python==3.6.8
install:
- conda install numpy==1.15
- conda install scipy
- conda install matplotlib
- conda install pandas
- pip install cvxpy
- conda install coveralls
script:
- python --version
- ./runtests.sh
after_success:
- coveralls
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/linshu199404/PythonRobotics.git
git@gitee.com:linshu199404/PythonRobotics.git
linshu199404
PythonRobotics
PythonRobotics
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385