Browse Source
💄 Update badges, remove Travis (#1736)
* 💄 Update badges
* 🔥 Remove Travis
pull/1737/head
Sebastián Ramírez
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with
35 additions and
52 deletions
-
.travis.yml
-
README.md
-
docs/en/docs/index.md
-
docs/es/docs/index.md
-
docs/pt/docs/index.md
-
docs/zh/docs/index.md
|
|
@ -1,32 +0,0 @@ |
|
|
|
dist: xenial |
|
|
|
|
|
|
|
language: python |
|
|
|
|
|
|
|
cache: pip |
|
|
|
|
|
|
|
python: |
|
|
|
- "3.6" |
|
|
|
- "3.7" |
|
|
|
- "3.8" |
|
|
|
- "nightly" |
|
|
|
|
|
|
|
matrix: |
|
|
|
allow_failures: |
|
|
|
- python: "nightly" |
|
|
|
|
|
|
|
install: |
|
|
|
- pip install flit |
|
|
|
- flit install --symlink |
|
|
|
|
|
|
|
script: |
|
|
|
- bash scripts/test.sh |
|
|
|
|
|
|
|
# after_script: |
|
|
|
# - bash <(curl -s https://codecov.io/bash) |
|
|
|
|
|
|
|
# deploy: |
|
|
|
# provider: script |
|
|
|
# script: bash scripts/deploy.sh |
|
|
|
# on: |
|
|
|
# tags: true |
|
|
|
# python: "3.6" |
|
|
@ -5,14 +5,17 @@ |
|
|
|
<em>FastAPI framework, high performance, easy to learn, fast to code, ready for production</em> |
|
|
|
</p> |
|
|
|
<p align="center"> |
|
|
|
<a href="https://travis-ci.com/tiangolo/fastapi" target="_blank"> |
|
|
|
<img src="https://travis-ci.com/tiangolo/fastapi.svg?branch=master" alt="Build Status"> |
|
|
|
<a href="https://github.com/tiangolo/fastapi/actions?query=workflow%3ATest" target="_blank"> |
|
|
|
<img src="https://github.com/tiangolo/fastapi/workflows/Test/badge.svg" alt="Test"> |
|
|
|
</a> |
|
|
|
<a href="https://github.com/tiangolo/fastapi/actions?query=workflow%3APublish" target="_blank"> |
|
|
|
<img src="https://github.com/tiangolo/fastapi/workflows/Publish/badge.svg" alt="Publish"> |
|
|
|
</a> |
|
|
|
<a href="https://codecov.io/gh/tiangolo/fastapi" target="_blank"> |
|
|
|
<img src="https://img.shields.io/codecov/c/github/tiangolo/fastapi" alt="Coverage"> |
|
|
|
<img src="https://img.shields.io/codecov/c/github/tiangolo/fastapi?color=%2334D058" alt="Coverage"> |
|
|
|
</a> |
|
|
|
<a href="https://pypi.org/project/fastapi" target="_blank"> |
|
|
|
<img src="https://badge.fury.io/py/fastapi.svg" alt="Package version"> |
|
|
|
<img src="https://img.shields.io/pypi/v/fastapi?color=%2334D058&label=pypi%20package" alt="Package version"> |
|
|
|
</a> |
|
|
|
<a href="https://gitter.im/tiangolo/fastapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" target="_blank"> |
|
|
|
<img src="https://badges.gitter.im/tiangolo/fastapi.svg" alt="Join the chat at https://gitter.im/tiangolo/fastapi"> |
|
|
|
|
|
@ -5,14 +5,17 @@ |
|
|
|
<em>FastAPI framework, high performance, easy to learn, fast to code, ready for production</em> |
|
|
|
</p> |
|
|
|
<p align="center"> |
|
|
|
<a href="https://travis-ci.com/tiangolo/fastapi" target="_blank"> |
|
|
|
<img src="https://travis-ci.com/tiangolo/fastapi.svg?branch=master" alt="Build Status"> |
|
|
|
<a href="https://github.com/tiangolo/fastapi/actions?query=workflow%3ATest" target="_blank"> |
|
|
|
<img src="https://github.com/tiangolo/fastapi/workflows/Test/badge.svg" alt="Test"> |
|
|
|
</a> |
|
|
|
<a href="https://github.com/tiangolo/fastapi/actions?query=workflow%3APublish" target="_blank"> |
|
|
|
<img src="https://github.com/tiangolo/fastapi/workflows/Publish/badge.svg" alt="Publish"> |
|
|
|
</a> |
|
|
|
<a href="https://codecov.io/gh/tiangolo/fastapi" target="_blank"> |
|
|
|
<img src="https://img.shields.io/codecov/c/github/tiangolo/fastapi" alt="Coverage"> |
|
|
|
<img src="https://img.shields.io/codecov/c/github/tiangolo/fastapi?color=%2334D058" alt="Coverage"> |
|
|
|
</a> |
|
|
|
<a href="https://pypi.org/project/fastapi" target="_blank"> |
|
|
|
<img src="https://badge.fury.io/py/fastapi.svg" alt="Package version"> |
|
|
|
<img src="https://img.shields.io/pypi/v/fastapi?color=%2334D058&label=pypi%20package" alt="Package version"> |
|
|
|
</a> |
|
|
|
<a href="https://gitter.im/tiangolo/fastapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" target="_blank"> |
|
|
|
<img src="https://badges.gitter.im/tiangolo/fastapi.svg" alt="Join the chat at https://gitter.im/tiangolo/fastapi"> |
|
|
|
|
|
@ -5,14 +5,17 @@ |
|
|
|
<em>FastAPI framework, alto desempeño, fácil de aprender, rápido de programar, listo para producción</em> |
|
|
|
</p> |
|
|
|
<p align="center"> |
|
|
|
<a href="https://travis-ci.com/tiangolo/fastapi" target="_blank"> |
|
|
|
<img src="https://travis-ci.com/tiangolo/fastapi.svg?branch=master" alt="Build Status"> |
|
|
|
<a href="https://github.com/tiangolo/fastapi/actions?query=workflow%3ATest" target="_blank"> |
|
|
|
<img src="https://github.com/tiangolo/fastapi/workflows/Test/badge.svg" alt="Test"> |
|
|
|
</a> |
|
|
|
<a href="https://github.com/tiangolo/fastapi/actions?query=workflow%3APublish" target="_blank"> |
|
|
|
<img src="https://github.com/tiangolo/fastapi/workflows/Publish/badge.svg" alt="Publish"> |
|
|
|
</a> |
|
|
|
<a href="https://codecov.io/gh/tiangolo/fastapi" target="_blank"> |
|
|
|
<img src="https://img.shields.io/codecov/c/github/tiangolo/fastapi" alt="Coverage"> |
|
|
|
<img src="https://img.shields.io/codecov/c/github/tiangolo/fastapi?color=%2334D058" alt="Coverage"> |
|
|
|
</a> |
|
|
|
<a href="https://pypi.org/project/fastapi" target="_blank"> |
|
|
|
<img src="https://badge.fury.io/py/fastapi.svg" alt="Package version"> |
|
|
|
<img src="https://img.shields.io/pypi/v/fastapi?color=%2334D058&label=pypi%20package" alt="Package version"> |
|
|
|
</a> |
|
|
|
<a href="https://gitter.im/tiangolo/fastapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" target="_blank"> |
|
|
|
<img src="https://badges.gitter.im/tiangolo/fastapi.svg" alt="Join the chat at https://gitter.im/tiangolo/fastapi"> |
|
|
|
|
|
@ -5,14 +5,17 @@ |
|
|
|
<em>Framework FastAPI, alta performance, fácil de aprender, fácil de codar, pronto para produção</em> |
|
|
|
</p> |
|
|
|
<p align="center"> |
|
|
|
<a href="https://travis-ci.com/tiangolo/fastapi" target="_blank"> |
|
|
|
<img src="https://travis-ci.com/tiangolo/fastapi.svg?branch=master" alt="Build Status"> |
|
|
|
<a href="https://github.com/tiangolo/fastapi/actions?query=workflow%3ATest" target="_blank"> |
|
|
|
<img src="https://github.com/tiangolo/fastapi/workflows/Test/badge.svg" alt="Test"> |
|
|
|
</a> |
|
|
|
<a href="https://github.com/tiangolo/fastapi/actions?query=workflow%3APublish" target="_blank"> |
|
|
|
<img src="https://github.com/tiangolo/fastapi/workflows/Publish/badge.svg" alt="Publish"> |
|
|
|
</a> |
|
|
|
<a href="https://codecov.io/gh/tiangolo/fastapi" target="_blank"> |
|
|
|
<img src="https://img.shields.io/codecov/c/github/tiangolo/fastapi" alt="Coverage"> |
|
|
|
<img src="https://img.shields.io/codecov/c/github/tiangolo/fastapi?color=%2334D058" alt="Coverage"> |
|
|
|
</a> |
|
|
|
<a href="https://pypi.org/project/fastapi" target="_blank"> |
|
|
|
<img src="https://badge.fury.io/py/fastapi.svg" alt="Package version"> |
|
|
|
<img src="https://img.shields.io/pypi/v/fastapi?color=%2334D058&label=pypi%20package" alt="Package version"> |
|
|
|
</a> |
|
|
|
<a href="https://gitter.im/tiangolo/fastapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" target="_blank"> |
|
|
|
<img src="https://badges.gitter.im/tiangolo/fastapi.svg" alt="Join the chat at https://gitter.im/tiangolo/fastapi"> |
|
|
|
|
|
@ -5,14 +5,17 @@ |
|
|
|
<em>FastAPI 框架,高性能,易于学习,高效编码,生产可用</em> |
|
|
|
</p> |
|
|
|
<p align="center"> |
|
|
|
<a href="https://travis-ci.com/tiangolo/fastapi" target="_blank"> |
|
|
|
<img src="https://travis-ci.com/tiangolo/fastapi.svg?branch=master" alt="Build Status"> |
|
|
|
<a href="https://github.com/tiangolo/fastapi/actions?query=workflow%3ATest" target="_blank"> |
|
|
|
<img src="https://github.com/tiangolo/fastapi/workflows/Test/badge.svg" alt="Test"> |
|
|
|
</a> |
|
|
|
<a href="https://github.com/tiangolo/fastapi/actions?query=workflow%3APublish" target="_blank"> |
|
|
|
<img src="https://github.com/tiangolo/fastapi/workflows/Publish/badge.svg" alt="Publish"> |
|
|
|
</a> |
|
|
|
<a href="https://codecov.io/gh/tiangolo/fastapi" target="_blank"> |
|
|
|
<img src="https://img.shields.io/codecov/c/github/tiangolo/fastapi" alt="Coverage"> |
|
|
|
<img src="https://img.shields.io/codecov/c/github/tiangolo/fastapi?color=%2334D058" alt="Coverage"> |
|
|
|
</a> |
|
|
|
<a href="https://pypi.org/project/fastapi" target="_blank"> |
|
|
|
<img src="https://badge.fury.io/py/fastapi.svg" alt="Package version"> |
|
|
|
<img src="https://img.shields.io/pypi/v/fastapi?color=%2334D058&label=pypi%20package" alt="Package version"> |
|
|
|
</a> |
|
|
|
<a href="https://gitter.im/tiangolo/fastapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" target="_blank"> |
|
|
|
<img src="https://badges.gitter.im/tiangolo/fastapi.svg" alt="Join the chat at https://gitter.im/tiangolo/fastapi"> |
|
|
|