From 944d1c0a4ab817a9f0dcd124bbf8456520367e8b Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Sun, 7 May 2017 19:54:58 -0400 Subject: [PATCH] use a newer pypy3 (https://github.com/travis-ci/travis-ci/issues/6277) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 47448950..bb6cd721 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,8 @@ python: - 2.7 - 3.5 - pypy -- pypy3 +- pypy3.3-5.2-alpha1 + env: - MONGODB=2.6 PYMONGO=2.7