加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 395 Bytes
一键复制 编辑 原始数据 按行查看 历史
staugur 提交于 2019-08-14 11:41 . update travis
language: python
env:
- CODECOV_TOKEN="78122297-784f-499a-9ca4-40730d367d06"
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
sudo: enabled
before_install:
- sudo apt-get update
- sudo apt-get install -y php7.0-cli golang
install:
- pip install setuptools twine wheel flask codecov rsa
- make dev
script:
- coverage run setup.py test
after_success:
- codecov
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化