1 Star 0 Fork 58

alex / xnote

forked from xupingmao / xnote 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 393 Bytes
一键复制 编辑 原始数据 按行查看 历史
xupingmao 提交于 2018-09-10 23:24 . fix 测试coverage版本
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
- pip install pytest-cov
- pip install python-coveralls
- pip install "coverage>=4.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
Python
1
https://gitee.com/XX_moonlight/xnote.git
git@gitee.com:XX_moonlight/xnote.git
XX_moonlight
xnote
xnote
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891