Updated cryptography to 0.5.4 - closes #91

Slightly reorganized the default imports in pgpy/__init__.py
First pass at updating the ascii_unarmor regex to support cleartext signatures - #102, #27, #28
Added pypy3 to the test matrix as an allowed failure
This commit is contained in:
Michael Greene
2014-08-22 13:00:40 -07:00
parent fe5ed49241
commit 43bc7bf7f6
7 changed files with 26 additions and 10 deletions

View File

@@ -5,6 +5,7 @@ python:
- "3.2"
- "2.7"
- "pypy"
- "pypy3"
env:
matrix:
# test all versions against OpenSSL 0.9.8
@@ -25,6 +26,7 @@ matrix:
allow_failures:
- env: TOXENV=pep8
- python: "pypy"
- python: "pypy3"
# install requirements
install:
# add the lucid repo for if we need OpenSSL 0.9.8