Add travis config
This commit is contained in:
parent
66a4149f12
commit
ea3b12dfcf
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.6.1"
|
||||||
|
- "3.7-dev"
|
||||||
|
install:
|
||||||
|
- pip install .[tests]
|
||||||
|
- pip install coveralls
|
||||||
|
script: pytest
|
@ -3,7 +3,13 @@
|
|||||||
PySecretHandshake - Secret Handshake in Python
|
PySecretHandshake - Secret Handshake in Python
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
|
|build-status|
|
||||||
|
|
||||||
This module implements Secret Handshake as specified in Dominc Tarr's paper `"Designing a Secret Handshake: Authenticated
|
This module implements Secret Handshake as specified in Dominc Tarr's paper `"Designing a Secret Handshake: Authenticated
|
||||||
Key Exchange as a Capability System" <http://dominictarr.github.io/secret-handshake-paper/shs.pdf>`_ (Dominic Tarr, 2015).
|
Key Exchange as a Capability System" <http://dominictarr.github.io/secret-handshake-paper/shs.pdf>`_ (Dominic Tarr, 2015).
|
||||||
|
|
||||||
**Please, don't use this package in production. The implementation hasn't yet been carefully checked.**
|
**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
|
||||||
|
Loading…
Reference in New Issue
Block a user