From b0367a9c8293833f0ca7c51057120c71bc8c921c Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Thu, 21 Mar 2019 12:25:51 -0700 Subject: [PATCH] fix pypy3? see: https://docs.travis-ci.com/user/languages/python/ --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2cd7d71..1a351d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: - 3.4 - 2.7 - pypy -- pypy3 +- pypy3.5 - nightly matrix: