summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew Wason <rectalogic@rectalogic.com>2019-02-06 10:56:53 -0500
committerAndrew Wason <rectalogic@rectalogic.com>2019-02-06 12:18:45 -0500
commit36fbe57629cbbb7bf0f4a1e98c43352b82fe181d (patch)
treec2391843ab72e1913a6be56c7a28c0c38faeaa1e /.travis.yml
parentcf7d49d66f3b1fbc8b0853518a54050182b3b5eb (diff)
Move to cryptography 2.5 and stop using deprecated APIs.
Fixes #1369
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 772ff5be..97ee33b2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,9 +17,9 @@ matrix:
# to whatever the latest default is.
include:
- python: 2.7
- env: "CRYPTO_BEFORE=1.6"
+ env: "CRYPTO_BEFORE=2.5"
- python: 3.6
- env: "CRYPTO_BEFORE=1.6"
+ env: "CRYPTO_BEFORE=2.5"
install:
# Ensure modern pip/etc to avoid some issues w/ older worker environs
- pip install pip==9.0.1 setuptools==36.6.0