diff options
author | Andrew Wason <rectalogic@rectalogic.com> | 2019-02-06 13:09:27 -0500 |
---|---|---|
committer | Andrew Wason <rectalogic@rectalogic.com> | 2019-02-06 13:09:27 -0500 |
commit | a2fa7d3f3514b75f23f3992986f08e3ed1212caf (patch) | |
tree | e907c36eba40347e3d3e4d016e7e8027a86bc5a2 /.travis.yml | |
parent | 36fbe57629cbbb7bf0f4a1e98c43352b82fe181d (diff) |
Use <2.6 as oldest supported cryptography
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 97ee33b2..a2820666 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=2.5" + env: "CRYPTO_BEFORE=2.6" - python: 3.6 - env: "CRYPTO_BEFORE=2.5" + env: "CRYPTO_BEFORE=2.6" install: # Ensure modern pip/etc to avoid some issues w/ older worker environs - pip install pip==9.0.1 setuptools==36.6.0 |