From bc5b2eb5a2e394d1c92805d49abd2b0c8967706b Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Fri, 25 Aug 2017 10:01:42 -0500 Subject: [PATCH] Fix pypy on travis. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f44d718..b07bcf7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,11 @@ python: - 3.4 - 3.5 - 3.6 - - pypy + # Force a newer PyPy on the old 'precise' CI image + # in order to install 'cryptography' needed for coveralls + # After September 2017 this should be the default and the version + # pin can be removed. + - pypy-5.6.0 - pypy3.5-5.8.0 install: - pip install -U pip setuptools