当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 640

ggbg/Archery
暂停

forked from 小圈圈/Archery 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 701 Bytes
一键复制 编辑 原始数据 按行查看 历史
Leo Q 提交于 2021-03-19 13:57 . delete 3.6.5 test and add 3.9 test
language: python
python:
- "3.7"
- "3.8"
- "3.9"
before_install:
- sudo apt-get install unixodbc unixodbc-dev
services:
- mysql
- redis-server
install:
- pip install codecov coverage flake8 -r requirements.txt
before_script:
- flake8 . --count --exclude=./.* --select=E9,F63,F7,F82 --show-source --statistics
- mysql -e "CREATE DATABASE archery CHARSET UTF8MB4;"
- mysql -e "DROP DATABASE IF EXISTS test_archery;CREATE DATABASE test_archery CHARSET UTF8MB4;"
- mysql test_archery<src/init_sql/mysql_slow_query_review.sql
- python manage.py makemigrations
- python manage.py makemigrations sql
script:
- coverage run manage.py test -v 3 --keepdb
after_success:
- codecov
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ggbg/Archery.git
git@gitee.com:ggbg/Archery.git
ggbg
Archery
Archery
master

搜索帮助