Add travis config

This commit is contained in:
Pedro Ferreira 2017-06-04 23:38:20 +02:00
parent 66a4149f12
commit ea3b12dfcf
2 changed files with 14 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: python
python:
- "3.6.1"
- "3.7-dev"
install:
- pip install .[tests]
- pip install coveralls
script: pytest

View File

@ -3,7 +3,13 @@
PySecretHandshake - Secret Handshake in Python
==============================================
|build-status|
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).
**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