加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 362 Bytes
一键复制 编辑 原始数据 按行查看 历史
wuzewu 提交于 2019-07-12 17:30 . Test module in travis ci
language: python
python:
- '2.7'
- '3.5'
- '3.6'
env:
- PYTHONPATH=${PWD}
script:
- if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then /bin/bash ./scripts/check_code_style.sh; fi
- pip install paddlepaddle; /bin/bash ./scripts/test_cml.sh
- /bin/bash ./scripts/test_all_module.sh
notifications:
email:
on_success: change
on_failure: always
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化