From 505f9d96beb118bc14f768e76932a281fdb18541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Tue, 2 Mar 2021 16:11:14 +0100 Subject: Drop support for Travis-CI Also replace the badge with Github Actions --- .travis.yml | 32 -------------------------------- README.rst | 4 ++-- 2 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 542956a..0000000 --- a/.travis.yml +++ /dev/null @@ -1,32 +0,0 @@ -sudo: false -language: python - -script: - - tox - -install: - - pip install --upgrade pip - - pip install tox - -matrix: - include: - - python: "2.7" - env: TOXENV=py27-django111 - - python: "3.4" - env: TOXENV=py34-django111 - - python: "3.6" - env: TOXENV=py36-django111 - - python: "3.6" - env: TOXENV=py36-django22 - - # Pypy - - python: "pypy3" - env: TOXENV=pypy3-django22 - - # Linting - - python: "3.6" - env: TOXENV=lint - -notifications: - email: false - irc: "irc.freenode.org#xelnext" diff --git a/README.rst b/README.rst index 020b6b3..03d1691 100644 --- a/README.rst +++ b/README.rst @@ -4,8 +4,8 @@ python-semanticversion This small python library provides a few tools to handle `SemVer`_ in Python. It follows strictly the 2.0.0 version of the SemVer scheme. -.. image:: https://secure.travis-ci.org/rbarrois/python-semanticversion.png?branch=master - :target: http://travis-ci.org/rbarrois/python-semanticversion/ +.. image:: https://github.com/rbarrois/python-semanticversion/actions/workflows/test.yml/badge.svg + :target: https://github.com/rbarrois/python-semanticversion/actions/workflows/test.yml .. image:: https://img.shields.io/pypi/v/semantic_version.svg :target: https://python-semanticversion.readthedocs.io/en/latest/changelog.html -- cgit v1.2.1