25 Star 44 Fork 17

fy / fpage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 370 Bytes
一键复制 编辑 原始数据 按行查看 历史
fy 提交于 2017-09-04 09:19 . remove 3.7 check from .travis
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then travis_retry pip install unittest2; fi
- pip install requests
- pip install tornado
- pip install peewee
- pip install mako
- pip install jinja2
- pip install sqlalchemy
script:
cd tests && python test_one.py
Python
1
https://gitee.com/fy0/fpage.git
git@gitee.com:fy0/fpage.git
fy0
fpage
fpage
master

搜索帮助