summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 16:11:14 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 16:13:31 +0100
commitc325bb75a82839eba1d64191d43318a90d17eb9a (patch)
treef02bb8476bbf0bfd244d192554dde8a4baff0e3f
parent8758b3862075a566f35cb40508dca4bea3d8aeea (diff)
downloadsemantic-version-pkg.tar.gz
Drop support for Travis-CIpkg
Also replace the badge with Github Actions
-rw-r--r--.travis.yml32
-rw-r--r--README.rst4
2 files changed, 2 insertions, 34 deletions
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 1cb21e5..3ac38f9 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