From 8f30f82d956f45f5aade2dd99029c336789e719f Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Sun, 7 Jun 2020 19:11:33 -0700 Subject: [PATCH] Update CI badge; remove old config --- .travis.yml | 29 ----------------------------- README.rst | 4 ++-- 2 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1f530e5..0000000 --- a/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ -language: python -sudo: required -cache: pip - -python: - - 2.7 - - 3.5 - - 3.6 - - 3.7 - - 3.8 - - pypy - - pypy3 - -matrix: - include: - - language: generic - python: 2.7 - os: osx - -install: - - make install - -script: - - make test - -after_success: - - bash <(curl -s https://codecov.io/bash) - -sudo: false diff --git a/README.rst b/README.rst index 2b2397d..8888f26 100644 --- a/README.rst +++ b/README.rst @@ -178,8 +178,8 @@ License ------- Licensed under the terms of the `Apache License, Version 2.0 `_. -.. image:: https://img.shields.io/travis/XML-Security/signxml.svg - :target: https://travis-ci.org/XML-Security/signxml +.. image:: https://github.com/XML-Security/signxml/workflows/Test%20suite/badge.svg + :target: https://github.com/XML-Security/signxml/actions .. image:: https://codecov.io/github/XML-Security/signxml/coverage.svg?branch=master :target: https://codecov.io/github/XML-Security/signxml?branch=master .. image:: https://img.shields.io/pypi/v/signxml.svg