diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0aaa267..0000000 --- a/.travis.yml +++ /dev/null @@ -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" diff --git a/README.md b/README.md index 8008135..bb1ccf9 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,17 @@ Typer, build great CLIs. Easy to code. Based on Python type hints.

- - Build Status + + Test + + + Publish - Coverage + Coverage - Package version + Package version

diff --git a/docs/index.md b/docs/index.md index 8008135..bb1ccf9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,14 +5,17 @@ Typer, build great CLIs. Easy to code. Based on Python type hints.

- - Build Status + + Test + + + Publish - Coverage + Coverage - Package version + Package version