From cb8e9b7395b62fcbb7f000e7800959f97d08a959 Mon Sep 17 00:00:00 2001 From: Joni Orponen Date: Thu, 30 Nov 2017 01:27:42 +0100 Subject: [PATCH] Also test on PyPy 3. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cd1bdfc..13f530d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ python: - 3.5 - 3.6 - pypy + - pypy3 script: - coverage run -m zope.testrunner --test-path=src