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"