From 02881cf813a9e1e21eee83e2e77e48d2d7ec4c99 Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Fri, 18 Aug 2017 12:06:49 -0700 Subject: [PATCH] Test PyPy3 on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5c2bb43..7a10e06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - "3.5" - "3.6" - pypy + - pypy3 install: - pip install -r requirements-travis.txt - pip install -e .