1 Star 0 Fork 0

FakePower / yatg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 365 Bytes
一键复制 编辑 原始数据 按行查看 历史
10gic 提交于 2019-10-18 22:51 . Update .travis.yml
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- nightly
# command to install dependencies
install:
- pip install emoji
- pip install --quiet coveralls
# command to run tests
script:
# - python tests/test.py
- coverage run --source=yatg tests/test.py
after_success:
- coveralls # Publish coverage results to coveralls.io
Python
1
https://gitee.com/chipcore/yatg.git
git@gitee.com:chipcore/yatg.git
chipcore
yatg
yatg
master

搜索帮助