1 Star 0 Fork 26

prostory / PARL

forked from PaddlePaddle / PARL 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 363 Bytes
一键复制 编辑 原始数据 按行查看 历史
os: linux
dist: focal
language: python
services:
- docker
env:
- JOB=check_style
install: pip install flake8
script:
- flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
- docker run -it -v $PWD:/work -w /work paddlepaddle/paddle:latest-dev ./.teamcity/build.sh ${JOB}
notifications:
email:
on_success: change
on_failure: always
Python
1
https://gitee.com/prostory/PARL.git
git@gitee.com:prostory/PARL.git
prostory
PARL
PARL
develop

搜索帮助