1 Star 0 Fork 0

whj/catkin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 601 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: python
python:
- "2.7_with_system_site_packages"
- "3.3"
# command to install dependencies
install:
# fetch "normal" debian python for 3.3
- if [ "$TRAVIS_PYTHON_VERSION" == "3.3" ]; then sudo add-apt-repository -y ppa:fkrull/deadsnakes && sudo apt-get -y update && sudo apt-get install python3.3 python3.3-dev && virtualenv -p /usr/bin/python3.3 ~/virtualenvs/3.3_debian && source ~/virtualenvs/3.3_debian/bin/activate; fi
- pip install argparse catkin-pkg empy mock nose
# command to run tests
script:
- nosetests test/unit_tests test/local_tests
notifications:
email: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/abc_912_Huaijiang/catkin.git
git@gitee.com:abc_912_Huaijiang/catkin.git
abc_912_Huaijiang
catkin
catkin
ament

搜索帮助