From 3c68250ad9bfb275c760fcce4c72c78c99b57c34 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 10 Dec 2018 12:13:31 +0800 Subject: allow bytes-like for key/iv/data for symmetric encryption (#4621) * allow bytearrays for key/iv for symmetric encryption * bump pypy/cffi requirements * update docs, fix some tests * old openssl is naught but pain * revert a typo * use trusty for old pypy * better error msg again * restore match --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2a636ad1..b8ecb7d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,9 +31,9 @@ matrix: env: TOXENV=py37 - python: 3.7 env: TOXENV=py37-idna - - python: pypy-5.3 + - python: pypy-5.4 env: TOXENV=pypy-nocoverage - # PyPy 5.3 isn't available for xenial + # PyPy 5.4 isn't available for xenial dist: trusty - python: pypy2.7-5.10.0 env: TOXENV=pypy-nocoverage -- cgit v1.2.3