1 Star 0 Fork 0

Jurge/watchdog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.cirrus.yml 637 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mickaël Schoentgen 提交于 2020-02-06 15:30 . Added FreeBSD CI support
freebsd_instance:
image_family: freebsd-12-1
task:
install_script:
- pkg install -y python37 py37-sqlite3
# Print the Python version, only to be sure we are running the version we want
- python3.7 -c 'import platform; print("Python", platform.python_version())'
# Check SQLite3 is installed
- python3.7 -c 'import sqlite3; print("SQLite3", sqlite3.version)'
setup_script:
- python3.7 -m ensurepip
- python3.7 -m pip install -U pip
- python3.7 -m pip install -r requirements-tests.txt
lint_script:
- python3.7 -m flake8 docs src tests tools
tests_script:
- python3.7 -bb -m pytest tests
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jurge/watchdog.git
git@gitee.com:jurge/watchdog.git
jurge
watchdog
watchdog
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385