1 Star 0 Fork 0

rain/Spirit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 590 Bytes
一键复制 编辑 原始数据 按行查看 历史
nitely 提交于 2020-03-03 08:32 . remove unicode_literals import
language: python
sudo: false
dist: xenial
python:
- "3.6"
- "3.7"
- "3.8"
env:
- DJANGO=2.2.8
- DJANGO=3.0.3
install:
- pip install --upgrade pip
- pip install .[files]
- pip uninstall django-spirit -y
- pip install -q Django==$DJANGO
- pip install coveralls pep8==1.5.7 flake8
script:
- flake8 --exit-zero
- python setup.py build
- python ./spirit/extra/bin/spirit.py startproject project
- export PYTHONWARNINGS="default"
- coverage run --source=. runtests.py
after_success:
- coveralls
notifications:
email:
on_failure: never
on_success: never
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/npc/Spirit.git
[email protected]:npc/Spirit.git
npc
Spirit
Spirit
master

搜索帮助