Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.travis.yml 363 Bytes
Copy Edit Raw Blame History
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化