From 0618b21c6244f7f51637b666360ef4d1e67e50d4 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Fri, 1 Sep 2017 17:03:45 +0300 Subject: [PATCH] Ask for newer PyPy on Travis Otherwise pip install fails with RuntimeError: cryptography 1.9 is not compatible with PyPy < 5.3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5c9f13b..1794115 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: - 3.4 - 3.5 - 3.6 - - pypy + - pypy-5.4.1 - pypy3.3-5.2-alpha1 install: - pip install mock coverage coveralls