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 b6697bc5b..95c2f7f7f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,8 +11,8 @@ Version |release|. .. image:: https://img.shields.io/pypi/v/eve.svg?style=flat-square :target: https://pypi.org/project/eve -.. image:: https://img.shields.io/travis/pyeve/eve.svg?branch=master&style=flat-square - :target: https://travis-ci.org/pyeve/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/pypi/pyversions/eve.svg?style=flat-square :target: https://pypi.org/project/eve @@ -33,7 +33,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.