1 Star 1 Fork 0

dbcocle / django-rest-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 782 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: python
python:
- "2.7"
- "3.4"
- "3.5"
sudo: false
env:
- DJANGO=1.8
- DJANGO=1.9
- DJANGO=1.10
- DJANGO=1.11
- DJANGO=master
matrix:
fast_finish: true
include:
- python: "3.6"
env: DJANGO=master
- python: "3.6"
env: DJANGO=1.11
- python: "3.3"
env: DJANGO=1.8
- python: "2.7"
env: TOXENV="lint"
- python: "2.7"
env: TOXENV="docs"
exclude:
- python: "2.7"
env: DJANGO=master
- python: "3.4"
env: DJANGO=master
allow_failures:
- env: DJANGO=master
install:
- pip install tox tox-travis
script:
- tox
after_success:
- pip install codecov
- codecov -e TOXENV,DJANGO
notifications:
email: false
Python
1
https://gitee.com/dbcocle/django-rest-framework.git
git@gitee.com:dbcocle/django-rest-framework.git
dbcocle
django-rest-framework
django-rest-framework
master

搜索帮助