diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 693dc34..0000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: python -sudo: false -matrix: - include: - - python: '3.8' - - python: '3.9' - - python: '3.10-dev' - - python: 'nightly' - - python: 'pypy3' - allow_failures: - - python: 'nightly' -before_install: -- python -m pip install --upgrade pip -- pip install "poetry<1.2" -install: -- poetry install -script: -- poetry run pytest -after_success: -- codecov diff --git a/README.rst b/README.rst index 2948cca..31126c0 100644 --- a/README.rst +++ b/README.rst @@ -6,8 +6,6 @@ OpenAPI Spec validator :target: https://hub.docker.com/r/pythonopenapi/openapi-spec-validator .. image:: https://img.shields.io/pypi/v/openapi-spec-validator.svg :target: https://pypi.python.org/pypi/openapi-spec-validator -.. image:: https://travis-ci.org/python-openapi/openapi-spec-validator.svg?branch=master - :target: https://travis-ci.org/python-openapi/openapi-spec-validator .. image:: https://img.shields.io/codecov/c/github/python-openapi/openapi-spec-validator/master.svg?style=flat :target: https://codecov.io/github/python-openapi/openapi-spec-validator?branch=master .. image:: https://img.shields.io/pypi/pyversions/openapi-spec-validator.svg