aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorwbond <will@wbond.net>2017-01-25 12:12:07 -0500
committerwbond <will@wbond.net>2017-01-25 12:12:07 -0500
commitbf084e3cb10d1663126b1e23f16ca9e8ec614928 (patch)
tree4270febf9e7963f9b722af07bc01a1a5a0cfe71a /.travis.yml
parent4e8f0776875d8cd063637554d2f5fea2ca6d5747 (diff)
downloadasn1crypto-bf084e3cb10d1663126b1e23f16ca9e8ec614928.tar.gz
Use a modern version of PyPy on Travis CI Linux
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 79c3e17..e20acee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -103,7 +103,7 @@ matrix:
BACKEND=openssl
- os: linux
language: python
- python: "pypy"
+ python: "pypy-5.3.1"
env:
PYTHON_VERSION=pypy
PLATFORM=linux