From 77847883ec383f6b2de3dbcfcb972ceb8572579a Mon Sep 17 00:00:00 2001 From: Pedro Ferreira Date: Sun, 4 Jun 2017 23:55:07 +0200 Subject: [PATCH] Add support for coveralls --- .travis.yml | 2 ++ README.rst | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4b6e0b9..6d7672d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,5 @@ install: - pip install .[tests] - pip install coveralls script: pytest +after_success: + - coveralls diff --git a/README.rst b/README.rst index 13db6ec..ae01e9e 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,8 @@ PySecretHandshake - Secret Handshake in Python ============================================== -|build-status| + +|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). @@ -13,3 +14,6 @@ Key Exchange as a Capability System"