From 7ee85f4519a7c6a4b1f9720f572305c471c5ce1e Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 30 Oct 2023 08:43:11 +0100 Subject: [PATCH] ci: Remove Travis CI configuration Travis is no longer free to use. --- .travis.yml | 13 ------------- README.rst | 14 +++----------- 2 files changed, 3 insertions(+), 24 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index bdd531a..0000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -dist: xenial -language: python -python: - - "3.5" - - "3.6" - - "3.7" - - "3.8-dev" -install: - - pip install .[tests] - - pip install coveralls -script: pytest -after_success: - - coveralls diff --git a/README.rst b/README.rst index ae01e9e..b13f82d 100644 --- a/README.rst +++ b/README.rst @@ -4,16 +4,8 @@ PySecretHandshake - Secret Handshake in Python ============================================== -|build-status| |code-coverage| - -This module implements Secret Handshake as specified in Dominc Tarr's paper `"Designing a Secret Handshake: Authenticated -Key Exchange as a Capability System" `_ (Dominic Tarr, 2015). +This module implements Secret Handshake as specified in Dominc Tarr's paper `"Designing a Secret Handshake: +Authenticated Key Exchange as a Capability System" `_ +(Dominic Tarr, 2015). **Please, don't use this package in production. The implementation hasn't yet been carefully checked.** - -.. |build-status| image:: https://travis-ci.org/pferreir/PySecretHandshake.svg?branch=master - :alt: Travis Build Status - :target: https://travis-ci.org/pferreir/PySecretHandshake -.. |code-coverage| image:: https://coveralls.io/repos/github/pferreir/PySecretHandshake/badge.svg?branch=master - :alt: Code Coverage - :target: https://coveralls.io/github/pferreir/PySecretHandshake?branch=master