1 Star 0 Fork 69

richgene/xnote

forked from xupingmao/xnote 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 556 Bytes
一键复制 编辑 原始数据 按行查看 历史
xupingmao 提交于 2020-02-09 14:13 . Fix diskclean,停止支持python2.7
language: python
python:
# - "2.7" python2.7在2020年1月1日之后不再被官方支持
# - "3.3" travis-ci不支持
# - "3.4" travis-ci不支持
- "3.5"
- "3.6"
- "3.7"
- "3.8"
# command to install dependencies
install:
- pip install pytest==5.1.0
- pip install pytest-cov==2.7.1
- pip install python-coveralls==2.9.3
- pip install coverage==4.5.4
- pip install -r requirements.txt
# command to run tests
script:
- python -m pytest tests --doctest-modules --cov handlers --cov xutils --cov xauth
after_success:
- coveralls
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/richgene/xnote.git
git@gitee.com:richgene/xnote.git
richgene
xnote
xnote
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385