From ca6e79c1a656c50609f10e1c78744ce4cf084220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= <6774676+eumiro@users.noreply.github.com> Date: Tue, 23 Feb 2021 17:38:53 +0100 Subject: [PATCH 1/3] Add GHA CI badge to docs --- docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index b6697bc5b..c6874c9a0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,6 +11,9 @@ Version |release|. .. image:: https://img.shields.io/pypi/v/eve.svg?style=flat-square :target: https://pypi.org/project/eve +.. image:: https://github.com/pyeve/eve/workflows/CI/badge.svg + :target: https://github.com/pyeve/eve/actions?query=workflow%3ACI + .. image:: https://img.shields.io/travis/pyeve/eve.svg?branch=master&style=flat-square :target: https://travis-ci.org/pyeve/eve From 85c75aa6cb7aa573e6ba24719d7bd3d8ca0de332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= <6774676+eumiro@users.noreply.github.com> Date: Tue, 23 Feb 2021 17:39:44 +0100 Subject: [PATCH 2/3] Drop Python 3.5 from docs --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index c6874c9a0..0339e8afa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -36,7 +36,7 @@ Eve is powered by Flask_ and Cerberus_ and it offers native support for MongoDB_ data stores. Support for SQL, Elasticsearch and Neo4js backends is provided by community extensions_. -The codebase is thoroughly tested under Python 2.7, 3.5+, and PyPy. +The codebase is thoroughly tested under Python 2.7, 3.6+, and PyPy. .. note:: The use of **Python 3** is *highly* preferred over Python 2. Consider upgrading your applications and infrastructure if you find yourself *still* using Python 2 in production today. From c786460455ba443de70dd876bf375e9dd7ca1aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= <6774676+eumiro@users.noreply.github.com> Date: Tue, 23 Feb 2021 17:40:58 +0100 Subject: [PATCH 3/3] Drop Travis --- .travis.yml | 28 ---------------------------- README.rst | 3 --- docs/index.rst | 3 --- 3 files changed, 34 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ac01c20c1..000000000 --- a/.travis.yml +++ /dev/null @@ -1,28 +0,0 @@ -dist: xenial -language: python -cache: pip -services: - - mongodb - - redis-server -before_script: - - sleep 15 - - mongo eve_test --eval 'db.createUser({user:"test_user",pwd:"test_pw",roles:["readWrite"]});' -install: travis_retry pip install tox-travis -script: tox --recreate - -matrix: - include: - - env: TOXENV=linting - python: "3.7" - - env: TOXENV=py27 - python: "2.7" - - env: TOXENV=py36 - python: "3.6" - - env: TOXENV=py37 - python: "3.7" - - env: TOXENV=py38 - python: "3.8" - - env: TOXENV=py39 - python: "3.9" - - env: TOXENV=pypy3 - python: "pypy3.6-7.3.1" diff --git a/README.rst b/README.rst index 13e8d0c0b..a6eee1f0c 100644 --- a/README.rst +++ b/README.rst @@ -6,9 +6,6 @@ Eve .. image:: https://github.com/pyeve/eve/workflows/CI/badge.svg :target: https://github.com/pyeve/eve/actions?query=workflow%3ACI -.. image:: https://img.shields.io/travis/pyeve/eve.svg?branch=master&style=flat-square - :target: https://travis-ci.org/pyeve/eve - .. image:: https://img.shields.io/pypi/pyversions/eve.svg?style=flat-square :target: https://pypi.org/project/eve diff --git a/docs/index.rst b/docs/index.rst index 0339e8afa..95c2f7f7f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,9 +14,6 @@ Version |release|. .. image:: https://github.com/pyeve/eve/workflows/CI/badge.svg :target: https://github.com/pyeve/eve/actions?query=workflow%3ACI -.. image:: https://img.shields.io/travis/pyeve/eve.svg?branch=master&style=flat-square - :target: https://travis-ci.org/pyeve/eve - .. image:: https://img.shields.io/pypi/pyversions/eve.svg?style=flat-square :target: https://pypi.org/project/eve