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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user