3 Star 4 Fork 1

007 / tornado-rest-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 825 Bytes
一键复制 编辑 原始数据 按行查看 历史
007 提交于 2018-09-21 12:06 . add test
language: python
# Use container-based infrastructure
sudo: false
matrix:
include:
- env: TOX_ENV=py27
python: 2.7
- env: TOX_ENV=py34
python: 3.4
- env: TOX_ENV=py35
python: 3.5
- env: TOX_ENV=py36
python: 3.6
- env: TOX_ENV=pypy
python: "pypy"
- env: TOX_ENV=pypy3
python: "pypy3"
services:
- redis-server
- memcached
cache:
directories:
- $HOME/.cache/pip
install:
- pip install tox
- pip install flake8
before_script:
- "flake8 ."
script:
tox -e $TOX_ENV
after_success:
- |
if [[ "${TRAVIS_TAG:-}" != "" && "$TOX_ENV" == "py36" ]]; then
python3.6 setup.py sdist bdist_wheel;
python3.6 -m pip install twine;
python3.6 -m twine upload --skip-existing dist/*;
fi
Python
1
https://gitee.com/007gzs/tornado-rest-framework.git
git@gitee.com:007gzs/tornado-rest-framework.git
007gzs
tornado-rest-framework
tornado-rest-framework
master

搜索帮助