1 Star 0 Fork 0

onice/search-plugins

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 494 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: python
dist: bionic
sudo: false
cache: pip
matrix:
include:
- python: 3.5
- python: 3.6
- python: 3.7
- python: 3.8
- python: 3.9
- python: nightly
install:
- pip install pycodestyle pyflakes
script:
- cd "$TRAVIS_BUILD_DIR/nova3/engines"
- python -m compileall *.py
- pyflakes *.py
# skipping E265, fixing it will break plugin usage on older qbt instances (< v4.1.2)
- pycodestyle --ignore=E265,W503 --max-line-length=100 --statistics *.py
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/php-island/search-plugins.git
git@gitee.com:php-island/search-plugins.git
php-island
search-plugins
search-plugins
master

搜索帮助