💄 Update badges and remove Travis (#145)
This commit is contained in:
parent
c56789e8eb
commit
f67a47e508
3 changed files with 14 additions and 40 deletions
32
.travis.yml
32
.travis.yml
|
@ -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 --deps=develop --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"
|
11
README.md
11
README.md
|
@ -5,14 +5,17 @@
|
|||
<em>Typer, build great CLIs. Easy to code. Based on Python type hints.</em>
|
||||
</p>
|
||||
<p align="center">
|
||||
<a href="https://travis-ci.com/tiangolo/typer" target="_blank">
|
||||
<img src="https://travis-ci.com/tiangolo/typer.svg?branch=master" alt="Build Status">
|
||||
<a href="https://github.com/tiangolo/typer/actions?query=workflow%3ATest" target="_blank">
|
||||
<img src="https://github.com/tiangolo/typer/workflows/Test/badge.svg" alt="Test">
|
||||
</a>
|
||||
<a href="https://github.com/tiangolo/typer/actions?query=workflow%3APublish" target="_blank">
|
||||
<img src="https://github.com/tiangolo/typer/workflows/Publish/badge.svg" alt="Publish">
|
||||
</a>
|
||||
<a href="https://codecov.io/gh/tiangolo/typer" target="_blank">
|
||||
<img src="https://img.shields.io/codecov/c/github/tiangolo/typer" alt="Coverage">
|
||||
<img src="https://img.shields.io/codecov/c/github/tiangolo/typer?color=%2334D058" alt="Coverage">
|
||||
</a>
|
||||
<a href="https://pypi.org/project/typer" target="_blank">
|
||||
<img src="https://badge.fury.io/py/typer.svg" alt="Package version">
|
||||
<img src="https://img.shields.io/pypi/v/typer?color=%2334D058&label=pypi%20package" alt="Package version">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
|
|
@ -5,14 +5,17 @@
|
|||
<em>Typer, build great CLIs. Easy to code. Based on Python type hints.</em>
|
||||
</p>
|
||||
<p align="center">
|
||||
<a href="https://travis-ci.com/tiangolo/typer" target="_blank">
|
||||
<img src="https://travis-ci.com/tiangolo/typer.svg?branch=master" alt="Build Status">
|
||||
<a href="https://github.com/tiangolo/typer/actions?query=workflow%3ATest" target="_blank">
|
||||
<img src="https://github.com/tiangolo/typer/workflows/Test/badge.svg" alt="Test">
|
||||
</a>
|
||||
<a href="https://github.com/tiangolo/typer/actions?query=workflow%3APublish" target="_blank">
|
||||
<img src="https://github.com/tiangolo/typer/workflows/Publish/badge.svg" alt="Publish">
|
||||
</a>
|
||||
<a href="https://codecov.io/gh/tiangolo/typer" target="_blank">
|
||||
<img src="https://img.shields.io/codecov/c/github/tiangolo/typer" alt="Coverage">
|
||||
<img src="https://img.shields.io/codecov/c/github/tiangolo/typer?color=%2334D058" alt="Coverage">
|
||||
</a>
|
||||
<a href="https://pypi.org/project/typer" target="_blank">
|
||||
<img src="https://badge.fury.io/py/typer.svg" alt="Package version">
|
||||
<img src="https://img.shields.io/pypi/v/typer?color=%2334D058&label=pypi%20package" alt="Package version">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue