1 Star 0 Fork 0

onice/search-plugins

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.travis.yml 494 Bytes
Copy Edit Raw Blame History
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

Search