aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-09-10 01:28:33 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2019-09-09 12:28:33 -0500
commit3bf44b7c847cc5983834355af84b19e96c535652 (patch)
treea0445f8596dd1f289f4c6c28ce32096c69c10d52 /.travis.yml
parent97570e64456a98d6b34258fac4857126c24c5235 (diff)
downloadcryptography-3bf44b7c847cc5983834355af84b19e96c535652.tar.gz
cryptography-3bf44b7c847cc5983834355af84b19e96c535652.tar.bz2
cryptography-3bf44b7c847cc5983834355af84b19e96c535652.zip
update libressl and pypy2.7 and pypy3.5 (#4989)
* update libressl and pypy2.7 and pypy3.5 * okay can't get 7.1, let's try to at least do 7.0 * 7.1.1 does actually exist * also an empty commit to appease the codecov gods
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ae6f5749..472ba032 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,9 +37,11 @@ matrix:
env: TOXENV=pypy-nocoverage
# PyPy 5.4 isn't available for xenial
dist: trusty
- - python: pypy2.7-5.10.0
+ - python: pypy2.7-7.1.1
+ # I don't know how to enumerate pypy versions in Travis other than to look at
+ # https://github.com/travis-ci/travis-nightly-builder/blob/build/Rakefile#L74-L106
env: TOXENV=pypy-nocoverage
- - python: pypy3.5-5.10.1
+ - python: pypy3.5-7.0
env: TOXENV=pypy3-nocoverage
- python: 2.7
env: TOXENV=py27 OPENSSL=1.0.1u
@@ -62,7 +64,7 @@ matrix:
- python: 3.7
env: TOXENV=py37 LIBRESSL=2.8.3
- python: 3.7
- env: TOXENV=py37 LIBRESSL=2.9.1
+ env: TOXENV=py37 LIBRESSL=2.9.2
- python: 2.7
services: docker